Ad-hoc команда в shell ansible

Выполнить команду на всех webservers с sudo (-b)

ansible webservers -i inventory.ini -m shell -a 'df -h' -b
more ansible all 56 commands →