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
|
|
|
|
|
stdout_callback = yaml
|
|
|
|
|
callbacks_enabled = timer, profile_tasks
|
|
|
|
|
|
|
|
|
|
# Avoid slow DNS lookups
|
|
|
|
|
[ssh_connection]
|
|
|
|
|
pipelining = True
|
|
|
|
|
ssh_args = -o ControlMaster=auto -o ControlPersist=60s -o StrictHostKeyChecking=accept-new
|