bundlewrap/nodes/gce/bind01.py

23 lines
514 B
Python
Raw Normal View History

2020-06-06 08:38:32 +00:00
# ns-3.kunbox.net
2020-06-06 08:34:19 +00:00
# Frankfurt, Germany
2020-06-06 08:20:58 +00:00
nodes['gce.bind01'] = {
'groups': {
'dns',
},
'metadata': {
2020-08-20 08:01:34 +00:00
'hosts': {
'entries': {
# FIXME Google keeps adding those entries. Find out why
# and remove it.
'10.156.0.4': {
'bind01.europe-west3-c.c.omega-art-269710.internal',
'bind01',
},
},
},
2020-06-06 08:20:58 +00:00
'os': 'debian',
'os_release': 'buster',
},
}