Выполнить команду на группе ansible

Выполнить shell-команду на всех хостах группы webservers

ansible webservers -m shell -a 'uptime && free -h' -i inventory.ini
more ansible all 56 commands →