homelab-server-v2/ansible/ansible.cfg
2026-07-15 07:45:25 +00:00

12 lines
303 B
INI

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