bundlewrap/nodes/gce/bind01.py
Franzi 54371cf289
All checks were successful
bundlewrap/pipeline/head This commit looks good
I HATE GOOGLE
2020-08-20 10:01:34 +02:00

23 lines
514 B
Python

# ns-3.kunbox.net
# Frankfurt, Germany
nodes['gce.bind01'] = {
'groups': {
'dns',
},
'metadata': {
'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',
},
},
},
'os': 'debian',
'os_release': 'buster',
},
}