move groups around

This commit is contained in:
Franzi 2020-11-21 10:55:09 +01:00
parent 5419bf31fb
commit daa90a4668
Signed by: kunsi
GPG key ID: 12E3D2136B818350
16 changed files with 80 additions and 61 deletions

View file

@ -3,32 +3,6 @@ groups['all'] = {
r".*",
},
'subgroups': {
# This is only needed because we're overriding stuff in the group.
'home',
'linux',
},
'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',
}