feat: initial playbook, group_vars, README

This commit is contained in:
Artemis
2026-05-21 12:24:55 -04:00
commit 5583c6d67c
3 changed files with 116 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"