initial commit, create bundlewrap repo
This commit is contained in:
commit
700ab964bf
5 changed files with 30 additions and 0 deletions
18
groups.py
Normal file
18
groups.py
Normal file
|
@ -0,0 +1,18 @@
|
|||
groups = {
|
||||
#'group-1': {
|
||||
# 'bundles': (
|
||||
# 'bundle-1',
|
||||
# ),
|
||||
# 'members': (
|
||||
# 'node-1',
|
||||
# ),
|
||||
# 'subgroups': (
|
||||
# 'group-2',
|
||||
# ),
|
||||
#},
|
||||
'all': {
|
||||
'member_patterns': (
|
||||
r".*",
|
||||
),
|
||||
},
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue