2: 2020-08-22 (土) 00:49:28 iseki ![]() |
現: 2020-08-24 (月) 12:49:32 iseki ![]() |
||
---|---|---|---|
Line 1: | Line 1: | ||
** Ansible [#qe63e892] | ** Ansible [#qe63e892] | ||
- RedHat が開発する構成管理ツール | - RedHat が開発する構成管理ツール | ||
+ | - 要するに,[[ssh]] を使用して複数のリモートマシンで一斉にバッチを走らせることができる | ||
#br | #br | ||
+ | |||
+ | *** 設定 [#a37127fb] | ||
+ | **** /etc/ansible/ansible.cfg [#g1181efc] | ||
+ | #br | ||
+ | **** /etc/ansible/hosts [#f17e23ae] | ||
+ | - inventory ファイル | ||
+ | #br | ||
+ | |||
+ | |||
+ | *** Trouble Shooting [#lb4d3df6] | ||
+ | |||
**** sftp transfer mechanism failed on [192.168.27.20] (sftp が失敗する) [#ce8de175] | **** sftp transfer mechanism failed on [192.168.27.20] (sftp が失敗する) [#ce8de175] | ||
- 先方の /etc/ssh/sshd_config | - 先方の /etc/ssh/sshd_config | ||
Line 13: | Line 25: | ||
**** [WARNING]: Platform linux on host 192.168.27.32 is using the discovered Python interpreter at /usr/bin/python, but future installation of another Python interpreter could change this. [#j470808d] | **** [WARNING]: Platform linux on host 192.168.27.32 is using the discovered Python interpreter at /usr/bin/python, but future installation of another Python interpreter could change this. [#j470808d] | ||
- | - See https://docs.ansible.com/ansible/2.9/reference_appendices/interpreter_discovery.html for more information. [#of2e27b3] | + | - See https://docs.ansible.com/ansible/2.9/reference_appendices/interpreter_discovery.html for more information. |
- /etc/ansible/ansible.cfg | - /etc/ansible/ansible.cfg | ||
[defaults] | [defaults] | ||
interpreter_python=/usr/bin/python3 | interpreter_python=/usr/bin/python3 |
- Ansible のバックアップ一覧
- Ansible のバックアップ差分(No. All)
- 1: 2020-08-21 (金) 20:41:46 iseki
- 2: 2020-08-22 (土) 00:49:28 iseki
- 現: 2020-08-24 (月) 12:49:32 iseki