aboutsummaryrefslogtreecommitdiff
path: root/personal_infra/ansible.cfg
blob: b621132726ae30f6bfdcae1dad5dbe5bbe08e144 (plain)
1
2
3
4
5
6
7
8
9
10
11
[defaults]
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

[ssh_connection]
ssh_args = -o ControlMaster=no