ansible_password & ansible_ssh_pass are the ENV variable (#38035) (#38324)

* ansible_password & ansible_ssh_pass are the ENV variable
(cherry picked from commit a4e932ee9f)
pull/38330/head
John R Barker 8 years ago committed by GitHub
parent b86d376a85
commit febd1ca44a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -67,7 +67,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

@ -62,7 +62,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