Add sudo password info.

This commit is contained in:
Michael DeHaan 2012-04-14 08:42:24 -04:00
commit 2850b8d921

View file

@ -25,9 +25,11 @@ If you want to run commands as a different user than root::
ansible atlanta -a "/usr/bin/foo" -u yourname ansible atlanta -a "/usr/bin/foo" -u yourname
If you want to run commands through sudo:: If you want to run commands through sudo:
ansible atlanta -a "/usr/bin/foo" -u yourname --sudo ansible atlanta -a "/usr/bin/foo" -u yourname --sudo [--ask-sudo-pass]
Use --ask-sudo-pass (-K) if you are not using passwordless sudo.
If you need to access SSH on a different port:: If you need to access SSH on a different port::