homelab-server-v2/ansible/ansible.cfg

12 lines
302 B
INI

[defaults]
inventory = ./my_inventory/hosts
roles_path = roles
retry_files_enabled = False
callbacks_enabled = timer, profile_tasks
host_key_checking = True
vault_password_file = .vault_pass
[ssh_connection]
pipelining = True
ssh_args = -o ControlMaster=auto -o ControlPersist=60s -o ForwardAgent=yes