bundlewrap/nodes/gce/bind01.py
Franzi 831545d8b1
All checks were successful
bundlewrap/pipeline/head This commit looks good
introduce node.metadata['hostname'] to other bundles, update nodefiles to reflect changes
2020-10-25 11:14:46 +01:00

48 lines
1 KiB
Python

# ns-1.kunbox.net
# Frankfurt, Germany
nodes['gce.bind01'] = {
'hostname': '34.89.208.78',
'bundles': {
'nodejs',
'powerdnsadmin',
},
'groups': {
'dns',
'webserver',
},
'metadata': {
'interfaces': {
'eth0': {
'ipv4': {
'10.156.0.4',
},
'gateway4': '10.156.0.1',
},
},
'external_ipv4': '34.89.208.78',
'nginx': {
'vhosts': {
'ns-1.kunbox.net': {
'proxy': {
'/': {
'target': 'http://127.0.0.1:8000/',
},
},
},
},
},
'powerdns': {
'is_secondary': False,
'secondary_nameservers': 'dns',
'my_hostname': 'ns-1.kunbox.net',
},
'vm': {
'cpu': 1,
'ram': 1,
},
},
'os': 'debian',
'os_version': (10,),
}