bundlewrap/nodes/htz.mails.py
mwiegand 0e5d96aa98 wip
2021-06-13 19:03:34 +02:00

42 lines
1.1 KiB
Python

{
'hostname': '162.55.188.157',
'groups': [
'debian-10',
'mailserver',
'webserver',
],
'bundles': [
'zfs',
],
'metadata': {
'nginx': {
'vhosts': {
'nextcloud': {
'domain': 'test.ckn.li',
'ssl': 'letsencrypt',
'letsencrypt': {
'active': True,
'force_ssl': False,
},
'proxy': {
'/': {
'target': 'https://mail.sublimity.de:443',
'websocket': True,
},
},
},
},
},
'mailserver': {
'admin_email': 'postmaster@sublimity.de',
'hostname': 'mail.sublimity.de',
},
'zfs': {
'pools': {
'tank': {
'device': '/dev/disk/by-id/scsi-0HC_Volume_11764264',
},
},
},
},
}