]> xn--ix-yja.es Git - alex.git/commitdiff
Disable host_key_checking
authoralex <alex@pdp7.net>
Sun, 22 Jan 2023 21:20:55 +0000 (22:20 +0100)
committeralex <alex@pdp7.net>
Sun, 22 Jan 2023 21:21:19 +0000 (22:21 +0100)
personal_infra/ansible.cfg

index 9ac04453867db5c36eee9e02dd08189eb43eb7be..8cdc47f5787361bd666c1962eecf805061480383 100644 (file)
@@ -1,3 +1,6 @@
 [defaults]
 inventory = inventory
 vault_password_file = vault_password
+
+# TODO: Using a SSH password instead of a key is not possible because Host Key checking is enabled and sshpass does not support this.  Please add this host's fingerprint to your known_hosts file to manage this host.
+host_key_checking = False