22 lines
455 B
Python
22 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),
|
|
}
|