Ansible
Ad-hoc command
ansible \
--become \
--ask-become-pass \
--verbose \
--inventory inventory.yaml \
--args "echo hello world" \
servers
ansible \
--become \
--ask-become-pass \
--verbose \
--inventory inventory.yaml \
--args "echo hello world" \
servers