2021-01-16 19:57:33 +00:00
|
|
|
# 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',
|
2021-01-16 19:57:33 +00:00
|
|
|
'postgresql',
|
2021-01-16 21:14:34 +00:00
|
|
|
'sshmon',
|
2021-01-16 19:57:33 +00:00
|
|
|
},
|
|
|
|
'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 19:57:33 +00:00
|
|
|
},
|
|
|
|
},
|
|
|
|
},
|
2021-01-16 21:04:03 +00:00
|
|
|
'pretalx': {
|
|
|
|
'version': 'v2.1.1',
|
|
|
|
'domain': 'pretalx.c3voc.de',
|
|
|
|
'mail_from': 'pretalx@c3voc.de',
|
|
|
|
},
|
2021-01-16 19:57:33 +00:00
|
|
|
},
|
|
|
|
}
|