groups/locations: update
This commit is contained in:
parent
de632a7725
commit
245559ee09
1 changed files with 17 additions and 11 deletions
|
@ -1,14 +1,20 @@
|
||||||
groups['ovh'] = {
|
groups['htz'] = {
|
||||||
'member_patterns': (
|
'member_patterns': {
|
||||||
r"ovh\..*",
|
r"htz\..*",
|
||||||
),
|
},
|
||||||
'metadata': {
|
'subgroups': {
|
||||||
'users': {
|
'htz-cloud',
|
||||||
# Make sure to get rid of the default OVH user
|
|
||||||
'debian': {
|
|
||||||
'delete': True,
|
|
||||||
},
|
|
||||||
},
|
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
groups['htz-cloud'] = {
|
||||||
|
'member_patterns': {
|
||||||
|
r"htz\-cloud\..*",
|
||||||
|
},
|
||||||
|
}
|
||||||
|
|
||||||
|
groups['gce'] = {
|
||||||
|
'member_patterns': {
|
||||||
|
r"gce\..*",
|
||||||
|
},
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue