Document sudo_user

pull/4420/head
Ludovic Claude 2012-07-16 18:28:32 +02:00
parent 52bcdf5e38
commit 8e0560f41c
1 changed files with 1 additions and 0 deletions

View File

@ -79,6 +79,7 @@ Support for running things from sudo is also available::
- hosts: webservers
user: yourname
sudo: True
sudo_user: privileged_user
If you need to specify a password to sudo, run `ansible-playbook` with ``--ask-sudo-pass`` (`-K`).
If you run a sudo playbook and the playbook seems to hang, it's probably stuck at the sudo prompt.