ansible_ssh_pass is the ENV variable (#38035)
* ansible_ssh_pass is the ENV variable * ansible_ssh_pass then ansible_password * priority is top(lower)->bottom(higher)
This commit is contained in:
parent
72d42bd065
commit
a4e932ee9f
2 changed files with 4 additions and 2 deletions
|
@ -66,7 +66,8 @@ options:
|
||||||
- Configures the user password used to authenticate to the remote device
|
- Configures the user password used to authenticate to the remote device
|
||||||
when first establishing the SSH connection.
|
when first establishing the SSH connection.
|
||||||
vars:
|
vars:
|
||||||
- name: ansible_pass
|
- name: ansible_password
|
||||||
|
- name: ansible_ssh_pass
|
||||||
private_key_file:
|
private_key_file:
|
||||||
description:
|
description:
|
||||||
- The private SSH key or certificate file used to to authenticate to the
|
- The private SSH key or certificate file used to to authenticate to the
|
||||||
|
|
|
@ -61,7 +61,8 @@ options:
|
||||||
- Configures the user password used to authenticate to the remote device
|
- Configures the user password used to authenticate to the remote device
|
||||||
when first establishing the SSH connection.
|
when first establishing the SSH connection.
|
||||||
vars:
|
vars:
|
||||||
- name: ansible_pass
|
- name: ansible_password
|
||||||
|
- name: ansible_ssh_pass
|
||||||
private_key_file:
|
private_key_file:
|
||||||
description:
|
description:
|
||||||
- The private SSH key or certificate file used to to authenticate to the
|
- The private SSH key or certificate file used to to authenticate to the
|
||||||
|
|
Loading…
Reference in a new issue