bundles/dhcpd: rework metadata
All checks were successful
bundlewrap/pipeline/head This commit looks good

This commit is contained in:
Franzi 2021-04-20 18:17:52 +02:00
parent 3bd851aae5
commit 24362768fb
Signed by: kunsi
GPG key ID: 12E3D2136B818350
5 changed files with 17 additions and 38 deletions

View file

@ -43,12 +43,10 @@ nodes['home.router'] = {
},
'dhcpd': {
'subnets': {
'dmz': {
'interface': 'enp1s0.23',
'netmask': '255.255.255.0',
'enp1s0.23': {
'range_lower': '172.19.139.200',
'range_higher': '172.19.139.250',
'subnet': '172.19.139.0',
'subnet': '172.19.139.0/24',
'options': {
'broadcast-address': '172.19.139.255',
'domain-name-servers': '172.19.139.1',
@ -56,12 +54,10 @@ nodes['home.router'] = {
'subnet-mask': '255.255.255.0',
},
},
'home': {
'interface': 'enp1s0.42',
'netmask': '255.255.255.0',
'enp1s0.42': {
'range_lower': '172.19.138.100',
'range_higher': '172.19.138.250',
'subnet': '172.19.138.0',
'subnet': '172.19.138.0/24',
'options': {
'broadcast-address': '172.19.138.255',
'domain-name': 'franzi-home.kunbox.net',