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:
John R Barker 2018-04-04 14:45:57 +01:00 committed by Chris Alfonso
parent 72d42bd065
commit a4e932ee9f
2 changed files with 4 additions and 2 deletions

View file

@ -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

View file

@ -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