bundlewrap/groups/all.py

26 lines
442 B
Python

groups['all'] = {
'member_patterns': {
r".*",
},
'bundles': {
'apt',
'cron',
'hostname',
'postfix',
'sshmon',
'sudo',
'systemd',
'systemd-networkd',
'users',
},
'metadata': {
'apt': {
'unattended-upgrades': {
'mail': 'hostmaster@kunsmann.eu',
},
},
},
'pip_command': 'pip3',
}