mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Reference --ask-sudo-pass for ansible_sudo_pass
It looks like the description for `ansible_sudo_pass` was copy/pasted from `ansible_ssh_pass` and not fully updated.
This commit is contained in:
parent
2f5fe5f7c9
commit
df67830dbf
1 changed files with 1 additions and 1 deletions
|
@ -193,7 +193,7 @@ mentioned::
|
||||||
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_pass
|
ansible_sudo_pass
|
||||||
The sudo password to use (this is insecure, we strongly recommend using --ask-pass or SSH keys)
|
The sudo password to use (this is insecure, we strongly recommend using --ask-sudo-pass)
|
||||||
ansible_connection
|
ansible_connection
|
||||||
Connection type of the host. Candidates are local, ssh or paramiko. The default is paramiko before Ansible 1.2, and 'smart' afterwards which detects whether usage of 'ssh' would be feasible based on whether ControlPersist is supported.
|
Connection type of the host. Candidates are local, ssh or paramiko. The default is paramiko before Ansible 1.2, and 'smart' afterwards which detects whether usage of 'ssh' would be feasible based on whether ControlPersist is supported.
|
||||||
ansible_ssh_private_key_file
|
ansible_ssh_private_key_file
|
||||||
|
|
Loading…
Reference in a new issue