nodes/htz-cloud.sewfile: add host
This commit is contained in:
parent
004422c060
commit
def3f2078f
1 changed files with 13 additions and 0 deletions
13
nodes/htz-cloud/sewfile.py
Normal file
13
nodes/htz-cloud/sewfile.py
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
# this node runs only seafile. Seafile and the mysql server are not
|
||||||
|
# managed by bundlewrap.
|
||||||
|
|
||||||
|
nodes['htz-cloud.sewfile'] = {
|
||||||
|
'bundles': [
|
||||||
|
'nginx',
|
||||||
|
'seafile',
|
||||||
|
],
|
||||||
|
'metadata': {
|
||||||
|
'os': 'debian',
|
||||||
|
'os_release': 'buster',
|
||||||
|
},
|
||||||
|
}
|
Loading…
Reference in a new issue