bundlewrap/nodes/htz-cloud/sewfile.py
2020-08-18 15:31:52 +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',
},
}