bundlewrap/nodes/gce/dns03.py
Franzi 2a57eec1e3
Some checks failed
kunsi/bundlewrap/pipeline/head There was a failure building this commit
gce.dns03: fix indentation
2022-03-05 08:13:33 +01:00

39 lines
804 B
Python

# ns-3.kunbox.net
# Finland
nodes['gce.dns03'] = {
'hostname': '35.228.143.71',
'bundles': set(),
'groups': {
'debian-buster',
'dns',
},
'metadata': {
'interfaces': {
'ens4': {
'ips': {
'10.166.0.2',
},
'gateway4': '10.166.0.1',
},
},
'external_ipv4': '35.228.143.71',
'icinga_options': {
'pretty_name': 'ns-3.kunbox.net',
},
'backups': {
'exclude_from_backups': True,
},
'postgresql': {
'version': '11',
},
'powerdns': {
'my_hostname': 'ns-3.kunbox.net',
},
'vm': {
'cpu': 1,
'ram': 1,
},
},
}