linderhof/ansible.cfg
Matthias Johnson 75891c3271 initial commit
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-02-27 15:09:25 -07:00

12 lines
335 B
INI

[defaults]
roles_path = roles
host_key_checking = False
interpreter_python = auto_silent
# Inventory and vault password are set via ANSIBLE_INVENTORY and
# ANSIBLE_VAULT_PASSWORD_FILE in .envrc, driven by LINDERHOF_STACK.
# Run: echo <stack-name> > .stack then direnv allow
[privilege_escalation]
become = True
become_method = sudo