initial commit, create bundlewrap repo

This commit is contained in:
Franzi 2020-02-23 10:13:45 +00:00
commit 700ab964bf
Signed by: kunsi
GPG key ID: 12E3D2136B818350
5 changed files with 30 additions and 0 deletions

18
groups.py Normal file
View file

@ -0,0 +1,18 @@
groups = {
#'group-1': {
# 'bundles': (
# 'bundle-1',
# ),
# 'members': (
# 'node-1',
# ),
# 'subgroups': (
# 'group-2',
# ),
#},
'all': {
'member_patterns': (
r".*",
),
},
}