disable strict host key checking

This commit is contained in:
Gabriel Augendre 2024-10-11 12:06:59 +02:00
parent 69c038380e
commit 0e3bb9edcc

View file

@ -7,3 +7,4 @@ servers:
ansible_user: "{{ lookup('env', 'DEPLOY_USERNAME') }}"
ansible_ssh_private_key_file: "{{ lookup('env', 'KEY_FILE') }}"
ansible_python_interpreter: auto_silent
ansible_ssh_common_args: -o StrictHostKeyChecking=no