From 648489ed096241459d43a10e8c9475cc11eb7165 Mon Sep 17 00:00:00 2001 From: June Date: Mon, 13 Oct 2025 16:58:30 +0200 Subject: [PATCH] define common ansible_pull configuration for chaosknoten inventory hosts Define common configuration as it should be the same for all hosts, just the ansible_pull__age_private_key needs to be set per host then. --- inventories/chaosknoten/group_vars/all.yaml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 inventories/chaosknoten/group_vars/all.yaml diff --git a/inventories/chaosknoten/group_vars/all.yaml b/inventories/chaosknoten/group_vars/all.yaml new file mode 100644 index 0000000..d6cd2ce --- /dev/null +++ b/inventories/chaosknoten/group_vars/all.yaml @@ -0,0 +1,7 @@ +# ansible_pull +# ansible_pull__age_private_key needs to be defined per host (probably HOST.sops.yaml). +ansible_pull__repo_url: https://git.hamburg.ccc.de/CCCHH/ansible-infra.git +ansible_pull__inventory: inventories/chaosknoten +ansible_pull__playbook: playbooks/maintenance.yaml +ansible_pull__timer_on_calendar: "*-*-* 04:00:00 Europe/Berlin" +ansible_pull__timer_randomized_delay_sec: 30min