12 lines
335 B
INI
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
|