36 lines
523 B
Plaintext
36 lines
523 B
Plaintext
# Terraform
|
|
.terraform/
|
|
*.tfstate
|
|
*.tfstate.backup
|
|
*.tfvars
|
|
.terraform.lock.hcl
|
|
|
|
# Ansible
|
|
*.retry
|
|
*.log
|
|
inventory/
|
|
!infrastructure/ansible/inventory.ini
|
|
!infrastructure/ansible/inventory_local.ini
|
|
|
|
# Vault / Secrets
|
|
*.json
|
|
*.crt
|
|
*.key
|
|
*.pem
|
|
vault-ca.crt
|
|
setup_vault_secrets.sh # Enthält keine Secrets, aber zur Sicherheit falls man sie hardcodet
|
|
infrastructure/apps/vault/file/
|
|
infrastructure/apps/vault/logs/
|
|
infrastructure/apps/vault/certs/
|
|
|
|
# IDE / Editor
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*~
|
|
.DS_Store
|
|
|
|
# OS generated
|
|
Thumbs.db
|
|
|