1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

network-integration UserKnownHostsFile=/dev/null (#27622)

This commit is contained in:
John R Barker 2017-08-02 09:18:22 +01:00 committed by GitHub
parent 37670b09f5
commit 2233d9aeb2

View file

@ -5,3 +5,6 @@
timeout = 60
host_key_checking = False
log_path = /tmp/ansible-test.out
[ssh_connection]
ssh_args = '-o UserKnownHostsFile=/dev/null'