gce.bind01 / hostus.ovz-512: add

This commit is contained in:
Franzi 2020-06-06 10:20:58 +02:00
parent 88083bb8c3
commit 7c53a13483
Signed by: kunsi
GPG key ID: 12E3D2136B818350
3 changed files with 35 additions and 0 deletions

9
nodes/gce/bind01.py Normal file
View file

@ -0,0 +1,9 @@
nodes['gce.bind01'] = {
'groups': {
'dns',
},
'metadata': {
'os': 'debian',
'os_release': 'buster',
},
}