personal_infra/ansible/ansible.cfg
2026-09-11 17:42:49 +02:00

14 lines
413 B
INI

[defaults]
inventory = inventory.ini
roles_path = roles
collections_path = collections
interpreter_python = auto_silent
stdout_callback = yaml
retry_files_enabled = False
host_key_checking = True
forks = 10
# vault_password_file = .vault_pass # uncomment in Stage 2
[ssh_connection]
pipelining = True
ssh_args = -o ControlMaster=auto -o ControlPersist=300s