Franziska Kunsmann
f47c9ea0a0
All checks were successful
bundlewrap/pipeline/head This commit looks good
23 lines
497 B
Python
23 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',
|
|
},
|
|
}
|