aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2021-12-22 00:57:50 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2021-12-22 00:57:50 +0300
commit98ae020696e7585cfc74f6b29acc061696daee1f (patch)
tree70834f250e416c3fb8f14c53a6b9caa8eaa98797
parentinventory: my Raspberry Pi's haven't been on for a while now (diff)
downloadmaintenance-98ae020696e7585cfc74f6b29acc061696daee1f.tar.gz
maintenance-98ae020696e7585cfc74f6b29acc061696daee1f.zip
inventory: -o StrictHostKeyChecking=no
Has OpenSSH been upgraded on GitHub hosts? IDK, the runs fail with "host key verification failed" now.
-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