adding ansible

This commit is contained in:
2026-07-17 21:12:47 -03:00
parent 7c2086009a
commit 2d29bddfcd
8 changed files with 155 additions and 0 deletions

13
ansible/.gitignore vendored Normal file
View File

@@ -0,0 +1,13 @@
# Encrypted secrets
group_vars/all/vault.yml
# Installed collections
collections/
# Ansible retry files
*.retry
# Local controller environment and test caches
.venv/
__pycache__/
.pytest_cache/