Franziska Kunsmann
cec8a14dfd
All checks were successful
bundlewrap/pipeline/head This commit looks good
.. except for a couple of nodes which hold no important data
33 lines
670 B
Python
33 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',
|
|
}
|
|
|