bundles: add zfs dataset to bundles

This commit is contained in:
Franzi 2021-07-17 10:17:39 +02:00
parent 337b660f5a
commit ce9f6dd7ba
Signed by: kunsi
GPG key ID: 12E3D2136B818350
8 changed files with 82 additions and 6 deletions

View file

@ -4,6 +4,11 @@ defaults = {
'postfix-pgsql': {},
},
},
'backups': {
'paths': {
'/var/mail',
},
},
'postfixadmin': {
'admin_email': 'hostmaster@kunbox.net',
},
@ -19,6 +24,16 @@ defaults = {
},
},
},
'zfs': {
'datasets': {
'tank/mail': {
'mountpoint': '/var/mail',
},
'tank/postfixadmin': {
'mountpoint': '/opt/postfixadmin',
},
},
},
}