rx300: add bundle:jugendhackt_tools
This commit is contained in:
parent
714fa88d72
commit
906994b50f
6 changed files with 142 additions and 0 deletions
|
@ -13,6 +13,7 @@ nodes['rx300'] = {
|
|||
'gitea',
|
||||
'ipmitool',
|
||||
'jenkins-ci',
|
||||
'jugendhackt_tools',
|
||||
'lm-sensors',
|
||||
'matrix-dimension',
|
||||
'matrix-media-repo',
|
||||
|
@ -180,6 +181,10 @@ nodes['rx300'] = {
|
|||
'/var/www/franzi.business', # for deployment task
|
||||
},
|
||||
},
|
||||
'jugendhackt_tools': {
|
||||
'allowed_hosts': ['jh.franzi.business'],
|
||||
'timezone': 'Europe/Berlin',
|
||||
},
|
||||
'letsencrypt': {
|
||||
'concat_and_deploy': {
|
||||
'kunsi-weechat': {
|
||||
|
@ -358,6 +363,18 @@ nodes['rx300'] = {
|
|||
},
|
||||
},
|
||||
},
|
||||
'jugendhackt_tools': {
|
||||
'domain': 'jh.franzi.business',
|
||||
'ssl': '_.franzi.business',
|
||||
'locations': {
|
||||
'/': {
|
||||
'target': 'http://127.0.0.1:22090/',
|
||||
},
|
||||
'/static/': {
|
||||
'alias': '/opt/jugendhackt_tools/static/',
|
||||
},
|
||||
},
|
||||
},
|
||||
'kunbox.net': {},
|
||||
'kunsmann.eu': {
|
||||
'locations': {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue