ansible-infra/inventories/chaosknoten/host_vars/router.yaml
June e3c12b18e8
Some checks failed
/ Ansible Lint (push) Failing after 50s
router(host): add nftables config for basic router functionality
2025-09-20 23:34:17 +02:00

2 lines
191 B
YAML

systemd_networkd__config_dir: 'resources/chaosknoten/router/systemd_networkd/'
nftables__config: "{{ lookup('ansible.builtin.file', 'resources/chaosknoten/router/nftables/nftables.conf') }}"