netbox(host): setup ansible_pull for host and define common config
Define common ansible_pull configuration for chaosknoten inventory hosts and setup ansible_pull for NetBox host.
This commit is contained in:
parent
f52fc82470
commit
ecbc961b6a
4 changed files with 178 additions and 156 deletions
7
inventories/chaosknoten/group_vars/all.yaml
Normal file
7
inventories/chaosknoten/group_vars/all.yaml
Normal file
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue