mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00:00
network-integration UserKnownHostsFile=/dev/null (#27622)
This commit is contained in:
@@ -5,3 +5,6 @@
|
|||||||
timeout = 60
|
timeout = 60
|
||||||
host_key_checking = False
|
host_key_checking = False
|
||||||
log_path = /tmp/ansible-test.out
|
log_path = /tmp/ansible-test.out
|
||||||
|
|
||||||
|
[ssh_connection]
|
||||||
|
ssh_args = '-o UserKnownHostsFile=/dev/null'
|
||||||
|
|||||||
Reference in New Issue
Block a user