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
37
.gitignore
vendored
Normal file
37
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,37 @@
|
|||
# Stack selection file
|
||||
.stack
|
||||
|
||||
# Generated config (lives in $XDG_CONFIG_HOME/linderhof/<stack>/)
|
||||
inventory/hosts.yml
|
||||
inventory/group_vars/all/config.yml
|
||||
inventory/group_vars/all/vault.yml
|
||||
inventory/group_vars/all/dns.yml
|
||||
inventory/group_vars/all/overrides.yml
|
||||
|
||||
# Vault password file
|
||||
.vault-pass
|
||||
*vault-pass*
|
||||
|
||||
# Ansible retry files
|
||||
*.retry
|
||||
|
||||
# Python
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
.venv/
|
||||
venv/
|
||||
|
||||
# Editor
|
||||
*.swp
|
||||
*.swo
|
||||
*~
|
||||
.idea/
|
||||
.vscode/
|
||||
|
||||
# OS
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# Temporary/backup files
|
||||
*._s
|
||||
*...
|
||||
Loading…
Add table
Add a link
Reference in a new issue