diff options
Diffstat (limited to 'personal_infra/ansible.cfg')
| -rw-r--r-- | personal_infra/ansible.cfg | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/personal_infra/ansible.cfg b/personal_infra/ansible.cfg index 9ac04453..8cdc47f5 100644 --- a/personal_infra/ansible.cfg +++ b/personal_infra/ansible.cfg @@ -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 |
