initial commit

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Matthias Johnson 2026-02-27 15:09:25 -07:00
commit 75891c3271
129 changed files with 8046 additions and 0 deletions

12
ansible.cfg Normal file
View 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