bundlewrap/groups/all.py
Franzi 6d58f2387f
All checks were successful
bundlewrap/pipeline/head This commit looks good
bundles/openssh: introduce, add to all nodes
2020-11-14 14:46:59 +01:00

35 lines
694 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',
'openssh',
'postfix',
'sshmon',
'sudo',
'systemd',
'systemd-networkd',
'users',
},
'metadata': {
'apt': {
'unattended-upgrades': {
'mail': 'hostmaster@kunsmann.eu',
},
},
'backup-client': {
'server': 'franzi-home.kunbox.net:2022',
},
},
'pip_command': 'pip3',
}