1 parent 6c950c4 commit 45e3009Copy full SHA for 45e3009
1 file changed
ansible/ansible.cfg
@@ -1,5 +1,10 @@
1
[defaults]
2
inventory = inventory
3
+# Disabled because destroying and recreating an instance (make down; make up)
4
+# reissues a fresh host key on the same/a reused IP, which would otherwise
5
+# trip Ansible's "REMOTE HOST IDENTIFICATION HAS CHANGED" refusal every time.
6
+# Trade-off: this skips MITM detection via SSH host key pinning. Verify
7
+# public_ip out-of-band (e.g. your cloud console) if that matters to you.
8
host_key_checking = False
9
retry_files_enabled = False
10
interpreter_python = auto_silent
0 commit comments