gce.bind01 / hostus.ovz-512: add
This commit is contained in:
parent
88083bb8c3
commit
7c53a13483
3 changed files with 35 additions and 0 deletions
14
groups/locations.py
Normal file
14
groups/locations.py
Normal 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
9
nodes/gce/bind01.py
Normal file
|
@ -0,0 +1,9 @@
|
|||
nodes['gce.bind01'] = {
|
||||
'groups': {
|
||||
'dns',
|
||||
},
|
||||
'metadata': {
|
||||
'os': 'debian',
|
||||
'os_release': 'buster',
|
||||
},
|
||||
}
|
12
nodes/hostus/ovz-512.py
Normal file
12
nodes/hostus/ovz-512.py
Normal file
|
@ -0,0 +1,12 @@
|
|||
# ns-1.kunbox.net
|
||||
# Amsterdam, Netherlands
|
||||
|
||||
nodes['hostus.ovz-512'] = {
|
||||
'groups': {
|
||||
'dns',
|
||||
},
|
||||
'metadata': {
|
||||
'os': 'debian',
|
||||
'os_release': 'buster',
|
||||
},
|
||||
}
|
Loading…
Reference in a new issue