mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-01 00:03:10 +00:00
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:
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
|
||||
|
||||
Reference in New Issue
Block a user