z9-router(host): remove netwan, vlan55 untagged, add and fix DNS, fix formatting
This commit is contained in:
parent
c45fb91f76
commit
51b2cac907
8 changed files with 22 additions and 46 deletions
|
|
@ -3,5 +3,8 @@ systemd_networkd__global_config: "{{ lookup('ansible.builtin.file', 'resources/z
|
|||
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" ]
|
||||
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue