bundlewrap/nodes/htz-cloud/sewfile.py
Franzi 21343f6213
All checks were successful
bundlewrap/pipeline/head This commit looks good
get rid of cloud-init
2020-08-20 11:07:18 +02:00

23 lines
464 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': {
'nginx': {
'vhosts': {
'sewfile.franzi.business': {
'extras': True,
},
},
},
'os': 'debian',
'os_release': 'buster',
},
}