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

14
groups/locations.py Normal file
View File

@ -0,0 +1,14 @@
groups['ovh'] = {
'member_patterns': (
r"ovh\..*",
),
'metadata': {
'users': {
# Make sure to get rid of the default OVH user
'debian': {
'delete': True,
},
},
},
}

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

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

12
nodes/hostus/ovz-512.py Normal file
View File

@ -0,0 +1,12 @@
# ns-1.kunbox.net
# Amsterdam, Netherlands
nodes['hostus.ovz-512'] = {
'groups': {
'dns',
},
'metadata': {
'os': 'debian',
'os_release': 'buster',
},
}