Initial fleet ansible config - 2026-05-21T14:00:49-04:00

This commit is contained in:
2026-05-21 14:00:49 -04:00
commit cea2a0ff15
8 changed files with 287 additions and 0 deletions

10
group_vars/all.yml Normal file
View File

@@ -0,0 +1,10 @@
---
# Fleet-wide defaults applied to ALL nodes
# Schedule for ansible-pull cron job
ansible_pull_cron_schedule: "*/5 * * * *"
# Gitea repo configuration
gitea_base_url: "gitea.nb.bobbysh.me"
gitea_org: "Iron-Legion"
gitea_repo: "ansible-pull-deploy"