aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--inventory.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/inventory.ini b/inventory.ini
index 53a078a..a4b174d 100644
--- a/inventory.ini
+++ b/inventory.ini
@@ -16,4 +16,4 @@ ansible_user=egor
# I cannot believe ServerAlive* are not set by Ansible by default:
# https://docs.ansible.com/ansible/latest/reference_appendices/faq.html#how-do-i-get-ansible-to-notice-a-dead-target-in-a-timely-manner
# Also, forward the SSH agent.
-ansible_ssh_extra_args=-o ServerAliveInterval=15 -o ServerAliveCountMax=3 -o ForwardAgent=yes
+ansible_ssh_extra_args=-o ServerAliveInterval=15 -o ServerAliveCountMax=3 -o ForwardAgent=yes -o StrictHostKeyChecking=no