initial commit
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
commit
75891c3271
129 changed files with 8046 additions and 0 deletions
12
ansible.cfg
Normal file
12
ansible.cfg
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
[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
|
||||
Loading…
Add table
Add a link
Reference in a new issue