Merge pull request #9584 from Sgoettschkes/issue_docs_missing_ansible_sudo

Adding inventory parameter to documentation
This commit is contained in:
Brian Coca 2015-01-28 13:42:59 -05:00
commit daa2c3a956

View file

@ -205,6 +205,8 @@ mentioned::
The default ssh user name to use.
ansible_ssh_pass
The ssh password to use (this is insecure, we strongly recommend using --ask-pass or SSH keys)
ansible_sudo
The boolean to decide if sudo should be used for this host. Defaults to false.
ansible_sudo_pass
The sudo password to use (this is insecure, we strongly recommend using --ask-sudo-pass)
ansible_sudo_exe (new in version 1.8)