bundles/bind: add node-dns-auto-generator
This commit is contained in:
parent
6602e684c0
commit
44a6e8292a
11 changed files with 141 additions and 31 deletions
|
@ -7,6 +7,23 @@ nodes['doc.lon1.grafana'] = {
|
|||
'webserver',
|
||||
},
|
||||
'metadata': {
|
||||
'interfaces': {
|
||||
'eth0': {
|
||||
'ipv4': {
|
||||
'165.232.105.69',
|
||||
},
|
||||
'ipv6': {
|
||||
'2a03:b0c0:1:e0::627:8001',
|
||||
},
|
||||
'gateway4': '165.232.96.1',
|
||||
'gateway6': '2a03:b0c0:1:e0::1',
|
||||
},
|
||||
'eth1': {
|
||||
'ipv4': {
|
||||
'10.106.0.3',
|
||||
},
|
||||
},
|
||||
},
|
||||
'apt': {
|
||||
'repos': {
|
||||
'backports': {
|
||||
|
|
|
@ -7,6 +7,23 @@ nodes['doc.lon1.icinga2'] = {
|
|||
'webserver',
|
||||
},
|
||||
'metadata': {
|
||||
'interfaces': {
|
||||
'eth0': {
|
||||
'ipv4': {
|
||||
'165.232.42.173',
|
||||
},
|
||||
'ipv6': {
|
||||
'2a03:b0c0:1:e0::665:8001',
|
||||
},
|
||||
'gateway4': '165.232.32.1',
|
||||
'gateway6': '2a03:b0c0:1:e0::1',
|
||||
},
|
||||
'eth1': {
|
||||
'ipv4': {
|
||||
'10.106.0.2',
|
||||
},
|
||||
},
|
||||
},
|
||||
'apt': {
|
||||
'repos': {
|
||||
'backports': {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue