initial clean

This commit is contained in:
2025-08-17 05:13:40 -04:00
parent 8294709ea7
commit e46a509a08
4 changed files with 53 additions and 17 deletions

27
.gitignore vendored Normal file
View File

@@ -0,0 +1,27 @@
# Ansible secrets and vault files
*.vault
*.vault.yml
*.vault.yaml
# Inventory files with secrets
inventory/*.ini
inventory/*.yml
inventory/*.yaml
# SSH keys
*.pem
*.key
# Logs
*.log
# Roles dependencies
roles/*/.python-eggs/
roles/*/.cache/
# Python virtual environments
venv/
.env/
# Misc
*.retry