bundlewrap/nodes/htz-cloud/sewfile.py

23 lines
455 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_version': (10, 5),
}