mirror of
https://github.com/Crocmagnon/ansible.git
synced 2024-11-21 14:58:02 +01:00
disable strict host key checking
This commit is contained in:
parent
69c038380e
commit
0e3bb9edcc
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue