Slide 4
Slide 4 text
Ansibleೖ
�4
Pingの仕組み
ping module
python
program
/bin/sh
plugin
python
program
SFTP & SSH
Control node Target nodes
inventory
ansible
command
動作確認はANSIBLE_KEEP_REMOTE_FILES, ANSIBLE_DEBUG, -vvvvオプション
$ export ANSIBLE_KEEP_REMOTE_FILES=True
$ export ANSIBLE_DEBUG=True
$ ansible testserver -i inventory -m ping -vvvv
(1)inventory
(2)facts
(2)test
(4)filter
(5)strategy
(6)vars
(7)connection
(8)action
(9)callback