ansible-infra/inventories/z9/host_vars/z9-router.yaml
bitwhisker 22ace3c537
Some checks failed
/ build (pull_request) Successful in 29s
/ Ansible Lint (pull_request) Failing after 3m13s
/ Ansible Lint (push) Failing after 3m51s
z9-router(host): fix file permissions
2026-08-07 23:13:44 +02:00

14 lines
708 B
YAML

systemd_networkd__config_dir: 'resources/z9/z9-router/systemd_networkd/'
systemd_networkd__global_config: "{{ lookup('ansible.builtin.file', 'resources/z9/z9-router/systemd_networkd_global_config.conf') }}"
nftables__config: "{{ lookup('ansible.builtin.file', 'resources/z9/z9-router/nftables/nftables.conf') }}"
ansible_pull__timer_on_calendar: "*-*-* 04:00:00 Europe/Berlin"
ansible_pull__timer_randomized_delay_sec: 0min
unbound_access_control: [ "10.89.208.0/20", "2a07:c481:1::/48" ]
deploy_systemd_resolved_config__enable: false
deploy_systemd_resolved_config__dns:
- 127.0.0.1
kea_dhcp__include_vars: resources/z9/z9-router/kea_dhcp.yaml
secrets__folder:
owner: "root"
mode: "0754"
group: 998