bundlewrap/nodes/htz-cloud/sewfile.py
Franzi 033adc1f0b
All checks were successful
bundlewrap/pipeline/head This commit looks good
move nginx and letsencrypt bundle to group "webserver"
2020-06-01 11:04:51 +02:00

21 lines
421 B
Python

# this node runs only seafile. Seafile and the mysql server are not
# managed by bundlewrap.
nodes['htz-cloud.sewfile'] = {
'bundles': [
'seafile',
],
'groups': {
'webserver',
},
'metadata': {
'letsencrypt': {
'domains': {
'sewfile.franzi.business': set(),
},
},
'os': 'debian',
'os_release': 'buster',
},
}