Initial fleet ansible config - 2026-05-21T14:00:49-04:00
This commit is contained in:
10
group_vars/all.yml
Normal file
10
group_vars/all.yml
Normal 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"
|
||||
Reference in New Issue
Block a user