bundlewrap/nodes/htz-cloud/sewfile.py
Franzi f47c9ea0a0
All checks were successful
bundlewrap/pipeline/head This commit looks good
htz-cloud: keep cloud-init
2020-06-08 10:12:48 +02:00

24 lines
497 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': {
'keep-cloud-init': True,
'nginx': {
'vhosts': {
'sewfile.franzi.business': {
'extras': True,
},
},
},
'os': 'debian',
'os_release': 'buster',
},
}