bundlewrap/nodes/voc/pretalx.py

34 lines
877 B
Python
Raw Normal View History

# Add-On for pretalx vm hosted at c3voc.
# c3voc ansible only takes care of the basic things, this node only
# does the things ansible does *not* do.
nodes['voc.pretalx'] = {
'hostname': 'pretalx.c3voc.de',
'bundles': {
'c3voc-addons',
2021-01-16 21:04:03 +00:00
'pretalx',
'postgresql',
2021-01-16 21:14:34 +00:00
'sshmon',
},
'metadata': {
'nginx': {
'vhosts': {
'pretalx': {
'domain': 'pretalx.c3voc.de',
2021-01-16 21:04:03 +00:00
'proxy': {
'/': {
'target': 'http://127.0.0.1:8345/',
},
},
'extras': True,
},
},
},
2021-01-16 21:04:03 +00:00
'pretalx': {
'version': 'v2.1.1',
'domain': 'pretalx.c3voc.de',
'mail_from': 'pretalx@c3voc.de',
},
},
}