From 98ae020696e7585cfc74f6b29acc061696daee1f Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Wed, 22 Dec 2021 00:57:50 +0300 Subject: inventory: -o StrictHostKeyChecking=no Has OpenSSH been upgraded on GitHub hosts? IDK, the runs fail with "host key verification failed" now. --- inventory.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3