router(host): add nftables config for basic router functionality
Some checks failed
/ Ansible Lint (push) Failing after 50s

This commit is contained in:
June 2025-09-20 23:34:17 +02:00
commit e3c12b18e8
Signed by: june
SSH key fingerprint: SHA256:o9EAq4Y9N9K0pBQeBTqhSDrND5E7oB+60ZNx0U1yPe0
5 changed files with 77 additions and 2 deletions

View file

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