37 lines
488 B
Text
37 lines
488 B
Text
# 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
|
|
*...
|