Commit daa2c3a9 by Brian Coca

Merge pull request #9584 from Sgoettschkes/issue_docs_missing_ansible_sudo

Adding inventory parameter to documentation
parents 0aac6360 9660afd3
...@@ -205,6 +205,8 @@ mentioned:: ...@@ -205,6 +205,8 @@ mentioned::
The default ssh user name to use. The default ssh user name to use.
ansible_ssh_pass ansible_ssh_pass
The ssh password to use (this is insecure, we strongly recommend using --ask-pass or SSH keys) 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 ansible_sudo_pass
The sudo password to use (this is insecure, we strongly recommend using --ask-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) ansible_sudo_exe (new in version 1.8)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment