All checks were successful
/ Ansible Lint (push) Successful in 1m58s
With the router upgrade to Debian 13 the systemd version got upgraded as well breaking the current configuration for IP forwarding. Add a variable for global systemd-networkd configuration and use that to enable IPv4 and IPv6 forwarding on the router. The systemd_networkd role could be a bit nicer, not deploying/deleting the global configuration, if the variable is empty and reloading/restarting systemd-networkd at appropriate times. But as is works for now.
5 lines
442 B
YAML
5 lines
442 B
YAML
systemd_networkd__config_dir: 'resources/chaosknoten/router/systemd_networkd/'
|
|
systemd_networkd__global_config: "{{ lookup('ansible.builtin.file', 'resources/chaosknoten/router/systemd_networkd_global_config.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
|