disable host key checking

This commit is contained in:
2023-06-13 22:39:20 +02:00
parent 74b37bbcee
commit 6a9370f437

View File

@@ -4,4 +4,5 @@ inventory = hosts.yml
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