.. except for a couple of nodes which hold no important data
This commit is contained in:
parent
45723a4c8a
commit
cec8a14dfd
7 changed files with 28 additions and 4 deletions
|
@ -2,8 +2,13 @@ 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',
|
||||
|
@ -19,6 +24,9 @@ groups['all'] = {
|
|||
'mail': 'hostmaster@kunsmann.eu',
|
||||
},
|
||||
},
|
||||
'backup-client': {
|
||||
'server': 'franzi-home.kunbox.net',
|
||||
},
|
||||
},
|
||||
'pip_command': 'pip3',
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue