Compare commits
2 commits
f107737a39
...
ecbc961b6a
Author | SHA1 | Date | |
---|---|---|---|
ecbc961b6a |
|||
f52fc82470 |
4 changed files with 9 additions and 9 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
|
|
@ -1,10 +1,3 @@
|
||||||
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
|
|
||||||
ansible_pull__checkout: ansible_pull
|
|
||||||
|
|
||||||
netbox__version: "v4.1.7"
|
netbox__version: "v4.1.7"
|
||||||
netbox__config: "{{ lookup('ansible.builtin.template', 'resources/chaosknoten/netbox/netbox/configuration.py.j2') }}"
|
netbox__config: "{{ lookup('ansible.builtin.template', 'resources/chaosknoten/netbox/netbox/configuration.py.j2') }}"
|
||||||
netbox__custom_pipeline_oidc_group_and_role_mapping: true
|
netbox__custom_pipeline_oidc_group_and_role_mapping: true
|
||||||
|
|
|
@ -43,3 +43,5 @@ ola_hosts:
|
||||||
proxmox_vm_template_hosts:
|
proxmox_vm_template_hosts:
|
||||||
hosts:
|
hosts:
|
||||||
thinkcccore0:
|
thinkcccore0:
|
||||||
|
ansible_pull_hosts:
|
||||||
|
hosts:
|
||||||
|
|
|
@ -19,5 +19,3 @@ Should work on Debian-based distributions.
|
||||||
- `ansible_pull__user`: The user to run `ansible_pull` as. Defaults to `ansible_user`.
|
- `ansible_pull__user`: The user to run `ansible_pull` as. Defaults to `ansible_user`.
|
||||||
- `ansible_pull__checkout`: The branch/tag/commit to check out to run the playbook from. Defaults to `main`.
|
- `ansible_pull__checkout`: The branch/tag/commit to check out to run the playbook from. Defaults to `main`.
|
||||||
- `ansible_pull__timer_randomized_delay_sec`: The timer will be randomly delayed by a value between 0 and this. Useful to not have all timers fire at the same time, even if `ansible_pull__timer_on_calendar` is the same. Time value in seconds. Defaults to 0.
|
- `ansible_pull__timer_randomized_delay_sec`: The timer will be randomly delayed by a value between 0 and this. Useful to not have all timers fire at the same time, even if `ansible_pull__timer_on_calendar` is the same. Time value in seconds. Defaults to 0.
|
||||||
|
|
||||||
## Links & Resources
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue