mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Adding inventory parameter to documentation
Adding the inventory parameter `ansible_sudo` to the list of behavioural inventory parameters in the intro_inventory documentation.
This commit is contained in:
parent
662c63f1a0
commit
9660afd3e0
1 changed files with 2 additions and 0 deletions
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue