diff options
| -rw-r--r-- | personal_infra/ansible.cfg | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/personal_infra/ansible.cfg b/personal_infra/ansible.cfg index 94404840..b6211327 100644 --- a/personal_infra/ansible.cfg +++ b/personal_infra/ansible.cfg @@ -2,6 +2,7 @@ inventory = inventory vault_password_file = vault_password callbacks_enabled = ansible.posix.profile_tasks +interpreter_python = auto_silent # 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 |
