[defaults] # Inventory inventory = inventory/opencode.yml # Connection host_key_checking = False timeout = 30 # Output stdout_callback = yaml bin_ansible_callbacks = True # Callback plugins (audit logging) callback_plugins = callback_plugins callbacks_enabled = audit_log # Retry files — disable, use audit log instead retry_files_enabled = False # Forks — fleet is small, keep low forks = 5 # Logging (in addition to audit callback) log_path = audit/ansible.log # Vault — reference existing netman vault password file vault_password_file = /home/kenny/nc/ansible/.ansible/vault_pass.txt [privilege_escalation] become = False [ssh_connection] pipelining = True