rt1(z9 host) unbound(role) kea_dhcp(role): create unbound and kea_dhcp role for rt1
- create unbound role - create kea_dhcp role - configure unbound and keadhcp on rt1(z9 host)
This commit is contained in:
parent
50cf34e3f3
commit
866005c055
24 changed files with 1043 additions and 0 deletions
|
|
@ -4,3 +4,4 @@ nftables__config: "{{ lookup('ansible.builtin.file', 'resources/z9/rt1/nftables/
|
|||
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" ]
|
||||
kea_dhcp__include_vars: resources/z9/rt1/kea_dhcp.yaml
|
||||
|
|
|
|||
|
|
@ -56,11 +56,18 @@ systemd_networkd_hosts:
|
|||
nftables_hosts:
|
||||
hosts:
|
||||
rt1:
|
||||
unbound_hosts:
|
||||
hosts:
|
||||
rt1:
|
||||
kea_dhcp_hosts:
|
||||
hosts:
|
||||
rt1:
|
||||
alloy_hosts:
|
||||
hosts:
|
||||
light:
|
||||
yate:
|
||||
dooris:
|
||||
rt1:
|
||||
ansible_pull_hosts:
|
||||
hosts:
|
||||
dooris:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue