bundlewrap/groups/all.py
Franzi cec8a14dfd
All checks were successful
bundlewrap/pipeline/head This commit looks good
groups/all: do backups
.. except for a couple of nodes which hold no important data
2020-11-13 12:59:06 +01:00

34 lines
670 B
Python

groups['all'] = {
'member_patterns': {
r".*",
},
'subgroups': {
# This is only needed because we're overriding stuff in the group.
'home',
},
'bundles': {
'apt',
'backup-client',
'cron',
'hostname',
'postfix',
'sshmon',
'sudo',
'systemd',
'systemd-networkd',
'users',
},
'metadata': {
'apt': {
'unattended-upgrades': {
'mail': 'hostmaster@kunsmann.eu',
},
},
'backup-client': {
'server': 'franzi-home.kunbox.net',
},
},
'pip_command': 'pip3',
}