mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-25 11:51:26 -07:00
Fix ini variables for netconf and network_cli connections (#43599)
This commit is contained in:
parent
12973e0541
commit
a5774bd29a
2 changed files with 12 additions and 12 deletions
|
@ -72,8 +72,8 @@ options:
|
|||
- The private SSH key or certificate file used to to authenticate to the
|
||||
remote device when first establishing the SSH connection.
|
||||
ini:
|
||||
section: defaults
|
||||
key: private_key_file
|
||||
- section: defaults
|
||||
key: private_key_file
|
||||
env:
|
||||
- name: ANSIBLE_PRIVATE_KEY_FILE
|
||||
vars:
|
||||
|
@ -96,8 +96,8 @@ options:
|
|||
option on production systems as it could create a security vulnerability.
|
||||
default: 'no'
|
||||
ini:
|
||||
section: paramiko_connection
|
||||
key: host_key_auto_add
|
||||
- section: paramiko_connection
|
||||
key: host_key_auto_add
|
||||
env:
|
||||
- name: ANSIBLE_HOST_KEY_AUTO_ADD
|
||||
look_for_keys:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue