Franziska Kunsmann
f0d962ab04
All checks were successful
bundlewrap/pipeline/head This commit looks good
22 lines
464 B
Python
22 lines
464 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_release': 'buster',
|
|
},
|
|
}
|