Franziska Kunsmann
9587bae4fe
All checks were successful
bundlewrap/pipeline/head This commit looks good
35 lines
742 B
Python
35 lines
742 B
Python
# ns-2.kunbox.net
|
|
# Belgium
|
|
|
|
nodes['gce.dns02'] = {
|
|
'hostname': '35.187.109.249',
|
|
'bundles': set(),
|
|
'groups': {
|
|
'debian-buster',
|
|
'dns',
|
|
},
|
|
'metadata': {
|
|
'interfaces': {
|
|
'ens4': {
|
|
'ips': {
|
|
'10.132.0.2',
|
|
},
|
|
'gateway4': '10.132.0.1',
|
|
},
|
|
},
|
|
'external_ipv4': '35.187.109.249',
|
|
'icinga_options': {
|
|
'pretty_name': 'ns-2.kunbox.net',
|
|
},
|
|
'backups': {
|
|
'exclude_from_backups': True,
|
|
},
|
|
'powerdns': {
|
|
'my_hostname': 'ns-2.kunbox.net',
|
|
},
|
|
'vm': {
|
|
'cpu': 1,
|
|
'ram': 1,
|
|
},
|
|
},
|
|
}
|