Compare commits
2 commits
d2573cc73f
...
f87ded07c8
| Author | SHA1 | Date | |
|---|---|---|---|
| f87ded07c8 | |||
|
70461c98ba |
3 changed files with 4 additions and 2 deletions
|
|
@ -10,7 +10,7 @@ jobs:
|
||||||
name: Ansible Lint
|
name: Ansible Lint
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v5
|
- uses: actions/checkout@v6
|
||||||
- name: Install pip
|
- name: Install pip
|
||||||
run: |
|
run: |
|
||||||
apt update
|
apt update
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
ansible_pull__repo_url: https://git.hamburg.ccc.de/CCCHH/ansible-infra.git
|
ansible_pull__repo_url: https://git.hamburg.ccc.de/CCCHH/ansible-infra.git
|
||||||
ansible_pull__inventory: inventories/chaosknoten
|
ansible_pull__inventory: inventories/chaosknoten
|
||||||
ansible_pull__playbook: playbooks/maintenance.yaml
|
ansible_pull__playbook: playbooks/maintenance.yaml
|
||||||
ansible_pull__timer_on_calendar: "*-*-* 04:00:00 Europe/Berlin"
|
ansible_pull__timer_on_calendar: "*-*-* 04:30:00 Europe/Berlin"
|
||||||
ansible_pull__failure_notification_address: noc-notifications@lists.hamburg.ccc.de
|
ansible_pull__failure_notification_address: noc-notifications@lists.hamburg.ccc.de
|
||||||
ansible_pull__timer_randomized_delay_sec: 30min
|
ansible_pull__timer_randomized_delay_sec: 30min
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,2 +1,4 @@
|
||||||
systemd_networkd__config_dir: 'resources/chaosknoten/router/systemd_networkd/'
|
systemd_networkd__config_dir: 'resources/chaosknoten/router/systemd_networkd/'
|
||||||
nftables__config: "{{ lookup('ansible.builtin.file', 'resources/chaosknoten/router/nftables/nftables.conf') }}"
|
nftables__config: "{{ lookup('ansible.builtin.file', 'resources/chaosknoten/router/nftables/nftables.conf') }}"
|
||||||
|
ansible_pull__timer_on_calendar: "*-*-* 04:00:00 Europe/Berlin"
|
||||||
|
ansible_pull__timer_randomized_delay_sec: 0min
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue