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)
pull/38276/head
John R Barker 7 years ago committed by Chris Alfonso
parent 72d42bd065
commit a4e932ee9f

@ -66,7 +66,8 @@ options:
- Configures the user password used to authenticate to the remote device
when first establishing the SSH connection.
vars:
- name: ansible_pass
- name: ansible_password
- name: ansible_ssh_pass
private_key_file:
description:
- 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
when first establishing the SSH connection.
vars:
- name: ansible_pass
- name: ansible_password
- name: ansible_ssh_pass
private_key_file:
description:
- The private SSH key or certificate file used to to authenticate to the

Loading…
Cancel
Save