2026-05-30 14:10:01 +02:00
|
|
|
[defaults]
|
|
|
|
|
inventory = inventories/production/hosts.yml
|
|
|
|
|
roles_path = roles
|
|
|
|
|
collections_path = .collections
|
2026-05-30 18:16:35 +02:00
|
|
|
vault_password_file = scripts/vault-pass-client.sh
|
2026-05-30 14:10:01 +02:00
|
|
|
interpreter_python = auto_silent
|
2026-06-11 14:09:12 +02:00
|
|
|
stdout_callback = default
|
|
|
|
|
callback_result_format = yaml
|
|
|
|
|
callbacks_enabled = ansible.posix.profile_tasks
|
2026-05-30 14:10:01 +02:00
|
|
|
|
|
|
|
|
# Avoid slow DNS lookups
|
|
|
|
|
[ssh_connection]
|
|
|
|
|
pipelining = True
|
|
|
|
|
ssh_args = -o ControlMaster=auto -o ControlPersist=60s -o StrictHostKeyChecking=accept-new
|