boma/ansible.cfg
sjat 3f1d7eb128 Add core Ansible scaffold, tooling, and pre-commit guards
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-05-30 14:10:01 +02:00

13 lines
439 B
INI

[defaults]
inventory = inventories/production/hosts.yml
roles_path = roles
collections_path = .collections
vault_password_file = .vault_pass
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