nodes/htz-cloud.pirmasens: configure webserver and letsencrypt

This commit is contained in:
Franzi 2020-08-18 15:03:38 +02:00
parent 72b5b8d880
commit 5704fd94a1
Signed by: kunsi
GPG key ID: 12E3D2136B818350

View file

@ -1,8 +1,25 @@
nodes['htz-cloud.pirmasens'] = {
'bundles': [
],
'bundles': {
},
'groups': {
'webserver',
},
'metadata': {
'keep-cloud-init': True,
'letsencrypt': {
'domains': {
'mail.kunsmann.info': {},
},
'reload_after': {
'dovecot',
'postfix',
},
},
'nginx': {
'vhosts': {
'salonkatrin.de': {},
},
},
'users': {
'frank': {},
'sophie': {