Initialize ops repository

This commit is contained in:
vaultsovereign
2025-12-17 15:13:19 +00:00
commit f375d21a9e
51 changed files with 590 additions and 0 deletions

33
.gitignore vendored Normal file
View File

@@ -0,0 +1,33 @@
.DS_Store
*.swp
*.swo
*~
.vscode/
.idea/
# Terraform
**/.terraform/
**/*.tfstate
**/*.tfstate.*
**/crash.log
**/crash.*.log
# Common secret material (keep out of Git)
*.pem
*.key
*.p12
*.pfx
*.jks
*.kubeconfig
*.ovpn
*.mobileconfig
.env
.env.*
!.env.example
*.tfvars
*.tfvars.json
!.tfvars.example
!.tfvars.json.example
# Decrypted scratch areas
vault/tmp/