init commit

This commit is contained in:
2025-07-21 14:26:07 -05:00
commit 6a683a7a38
25 changed files with 635 additions and 0 deletions

13
.gitignore vendored Normal file
View File

@@ -0,0 +1,13 @@
# Secrets and sensitive inventory
inventory/*.ini
inventory/host_vars/
inventory/group_vars/*_vault.yml
.vault_pass.txt
# SSH keys
*.pem
id_rsa*
id_ed25519*
# Local config
.ansible.cfg