bundlewrap/nodes/gce/bind01.py

38 lines
794 B
Python
Raw Normal View History

2020-10-16 18:10:34 +00:00
# ns-1.kunbox.net
2020-06-06 08:34:19 +00:00
# Frankfurt, Germany
2020-06-06 08:20:58 +00:00
nodes['gce.bind01'] = {
'hostname': '34.89.208.78',
2020-06-06 08:20:58 +00:00
'groups': {
'debian-bullseye',
2020-06-06 08:20:58 +00:00
'dns',
},
'metadata': {
2022-01-04 14:36:30 +00:00
'backups': {
'exclude_from_backups': True,
},
'interfaces': {
2020-11-09 14:16:29 +00:00
'ens4': {
'ips': {
'10.156.0.4',
},
'gateway4': '10.156.0.1',
},
},
'external_ipv4': '34.89.208.78',
2021-04-10 13:11:48 +00:00
'icinga_options': {
'pretty_name': 'ns-1.kunbox.net',
},
'postgresql': {
'version': '15',
},
'powerdns': {
'my_hostname': 'ns-1.kunbox.net',
},
'vm': {
'cpu': 1,
'ram': 1,
},
},
2020-06-06 08:20:58 +00:00
}