disable host_key_checking

This commit is contained in:
2023-06-10 01:15:52 +02:00
parent 08c9f15013
commit 9d9d960425

View File

@@ -4,4 +4,5 @@ inventory = hosts.ini
vault_password_file = ~/.ansible/vault_pass.txt
private_key_file=~/.ssh/ansible
fact_caching = jsonfile
fact_caching_connection = facts/
fact_caching_connection = facts/
host_key_checking = False