bundlewrap/nodes/htz-cloud/sewfile.py

24 lines
497 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'] = {
'bundles': [
'seafile',
],
'groups': {
'webserver',
},
2020-04-13 07:53:40 +00:00
'metadata': {
2020-06-08 08:12:48 +00:00
'keep-cloud-init': True,
'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',
},
}