bundlewrap/nodes/htz-cloud/sewfile.py

23 lines
464 B
Python
Raw Normal View History

2020-04-13 07:53:40 +00:00
# this node runs only seafile. Seafile and the mysql server are not
# managed by bundlewrap.
nodes['htz-cloud.sewfile'] = {
2020-08-18 13:27:55 +00:00
'bundles': {
2020-04-13 07:53:40 +00:00
'seafile',
2020-08-18 13:27:55 +00:00
},
'groups': {
'webserver',
},
2020-04-13 07:53:40 +00:00
'metadata': {
'nginx': {
'vhosts': {
'sewfile.franzi.business': {
'extras': True,
},
2020-06-01 08:26:37 +00:00
},
},
2020-04-13 07:53:40 +00:00
'os': 'debian',
'os_release': 'buster',
},
}