feat(bundle): initial commit
Some checks failed
Build Bootstrap Bundle / build (push) Failing after 54s

This commit is contained in:
Sebastian Rust
2026-02-05 18:19:37 +01:00
commit 702b7d2fe1
8 changed files with 434 additions and 0 deletions

34
.gitignore vendored Normal file
View File

@@ -0,0 +1,34 @@
# Secrets - NEVER commit
*.secret.yml
*.secret.yaml
secrets/
vault.yml
# Inventory files (contain hostnames/IPs)
inventory
inventory.txt
inventory.*.txt
# Pre-built bundles (CI builds fresh)
*.run
# Ansible artifacts
*.retry
.ansible/
# Python
__pycache__/
*.pyc
.venv/
venv/
# Editor
*.swp
*.swo
*~
.idea/
.vscode/
# OS
.DS_Store
Thumbs.db