bundlewrap/groups/all.py

26 lines
442 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
},
2020-02-29 12:30:51 +00:00
'bundles': {
2020-02-29 14:42:29 +00:00
'apt',
2020-06-01 09:54:28 +00:00
'cron',
'hostname',
'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',
},
},
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
}