Run shell command on group ansible

Run a shell command on all hosts in the webservers group

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