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'] = {
|
||||
'member_patterns': (
|
||||
r"ovh\..*",
|
||||
),
|
||||
'metadata': {
|
||||
'users': {
|
||||
# Make sure to get rid of the default OVH user
|
||||
'debian': {
|
||||
'delete': True,
|
||||
},
|
||||
},
|
||||
groups['htz'] = {
|
||||
'member_patterns': {
|
||||
r"htz\..*",
|
||||
},
|
||||
'subgroups': {
|
||||
'htz-cloud',
|
||||
},
|
||||
}
|
||||
|
||||
groups['htz-cloud'] = {
|
||||
'member_patterns': {
|
||||
r"htz\-cloud\..*",
|
||||
},
|
||||
}
|
||||
|
||||
groups['gce'] = {
|
||||
'member_patterns': {
|
||||
r"gce\..*",
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue