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': {
|
||||
|
|
|
@ -6,6 +6,15 @@ nodes['gce.bind01'] = {
|
|||
'dns',
|
||||
},
|
||||
'metadata': {
|
||||
'interfaces': {
|
||||
'eth0': {
|
||||
'ipv4': {
|
||||
'10.156.0.4',
|
||||
},
|
||||
'gateway4': '10.156.0.1',
|
||||
},
|
||||
},
|
||||
'external_ipv4': '34.89.208.78',
|
||||
'vm': {
|
||||
'cpu': 1,
|
||||
'ram': 1,
|
||||
|
|
|
@ -6,6 +6,15 @@ nodes['home.octoprint-vielschichtigkeit'] = {
|
|||
},
|
||||
'groups': set(),
|
||||
'metadata': {
|
||||
'interfaces': {
|
||||
'eth0': {
|
||||
'ipv4': {
|
||||
'172.19.138.22',
|
||||
},
|
||||
'dhcp': True,
|
||||
'mac': 'b8:27:eb:8e:0b:1d',
|
||||
},
|
||||
},
|
||||
'nginx': {
|
||||
'use_ssl_for_all_connections': False,
|
||||
'vhosts': {
|
||||
|
|
|
@ -4,6 +4,18 @@ nodes['htz-cloud.pirmasens'] = {
|
|||
'webserver',
|
||||
},
|
||||
'metadata': {
|
||||
'interfaces': {
|
||||
'eth0': {
|
||||
'ipv4': {
|
||||
'195.201.90.143',
|
||||
},
|
||||
'ipv6': {
|
||||
'2a01:4f8:1c1c:2acf::1',
|
||||
},
|
||||
'gateway4': '172.31.1.1',
|
||||
'gateway6': 'fe80::1',
|
||||
},
|
||||
},
|
||||
'letsencrypt': {
|
||||
'domains': {
|
||||
'mail.kunsmann.info': {},
|
||||
|
|
|
@ -9,6 +9,18 @@ nodes['htz-cloud.sewfile'] = {
|
|||
'webserver',
|
||||
},
|
||||
'metadata': {
|
||||
'interfaces': {
|
||||
'eth0': {
|
||||
'ipv4': {
|
||||
'195.201.90.143',
|
||||
},
|
||||
'ipv6': {
|
||||
'2a01:4f8:1c1c:2acf::1',
|
||||
},
|
||||
'gateway4': '172.31.1.1',
|
||||
'gateway6': 'fe80::1',
|
||||
},
|
||||
},
|
||||
'nginx': {
|
||||
'vhosts': {
|
||||
'sewfile.franzi.business': {
|
||||
|
|
|
@ -16,6 +16,19 @@ nodes['htz.ex42-1048908'] = {
|
|||
'webserver',
|
||||
},
|
||||
'metadata': {
|
||||
'interfaces': {
|
||||
'enp0s31f6': {
|
||||
'ipv4': {
|
||||
'94.130.52.224',
|
||||
},
|
||||
'ipv6': {
|
||||
'2a01:4f8:10b:2a5f::02',
|
||||
'2a01:4f8:10b:2a5f::1337',
|
||||
},
|
||||
'gateway4': '94.130.52.193',
|
||||
'gateway6': 'fe80::1',
|
||||
},
|
||||
},
|
||||
'apt': {
|
||||
'packages': {
|
||||
# No need to create a bundle just to install packages,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue