bundlewrap/nodes/gce/bind01.py

13 lines
184 B
Python
Raw Normal View History

2020-06-06 08:34:19 +00:00
# europe-west3-c
# Frankfurt, Germany
2020-06-06 08:20:58 +00:00
nodes['gce.bind01'] = {
'groups': {
'dns',
},
'metadata': {
'os': 'debian',
'os_release': 'buster',
},
}