Adhoc-Commands
Parallelism & Shell Commands
To set up SSH agent
To use SSH with a password instead of keys, you can use --ask-pass (-K)
To run /usr/bin/ansible from a user account, not the root
To run commands through privilege escalation and not through user account
If you are using password less method then use --ask-become-pass (-K) to interactively get the password to be use You can become a user, other than root by using --become-user
Last updated