ansible -m ping first_servers
ansible -m setup first_servers
Использование модуля shell
ansible all -m shell -a «uptime » ansible all -m shell -a «ls /etc»
ansible all -m shell -a «uptime »
ansible all -m shell -a «ls /etc»