router(host): add nftables config for basic router functionality
Some checks failed
/ Ansible Lint (push) Failing after 50s
Some checks failed
/ Ansible Lint (push) Failing after 50s
This commit is contained in:
parent
c8fa55fafd
commit
e3c12b18e8
5 changed files with 77 additions and 2 deletions
|
@ -1 +1,2 @@
|
|||
systemd_networkd__config_dir: 'resources/chaosknoten/router/systemd_networkd/'
|
||||
nftables__config: "{{ lookup('ansible.builtin.file', 'resources/chaosknoten/router/nftables/nftables.conf') }}"
|
||||
|
|
|
@ -93,6 +93,7 @@ systemd_networkd_hosts:
|
|||
router:
|
||||
nftables_hosts:
|
||||
hosts:
|
||||
router:
|
||||
docker_compose_hosts:
|
||||
hosts:
|
||||
ccchoir:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue