bundlewrap/groups/all.py

35 lines
694 B
Python
Raw Normal View History

2020-02-29 12:30:51 +00:00
groups['all'] = {
2020-09-20 08:30:13 +00:00
'member_patterns': {
2020-02-29 12:30:51 +00:00
r".*",
2020-09-20 08:30:13 +00:00
},
'subgroups': {
# This is only needed because we're overriding stuff in the group.
'home',
},
2020-02-29 12:30:51 +00:00
'bundles': {
2020-02-29 14:42:29 +00:00
'apt',
'backup-client',
2020-06-01 09:54:28 +00:00
'cron',
'hostname',
'openssh',
'postfix',
'sshmon',
2020-03-27 11:52:17 +00:00
'sudo',
'systemd',
2020-06-06 08:18:25 +00:00
'systemd-networkd',
2020-02-29 12:30:51 +00:00
'users',
},
'metadata': {
'apt': {
'unattended-upgrades': {
'mail': 'hostmaster@kunsmann.eu',
},
},
'backup-client': {
'server': 'franzi-home.kunbox.net:2022',
},
2020-02-29 12:30:51 +00:00
},
2020-09-20 08:30:13 +00:00
'pip_command': 'pip3',
2020-02-29 12:30:51 +00:00
}