move jenkins to rx300

This commit is contained in:
Franzi 2021-07-11 15:24:08 +02:00
parent 8da40eab67
commit 3871893c9b
Signed by: kunsi
GPG key ID: 12E3D2136B818350
4 changed files with 35 additions and 16 deletions

View file

@ -4,7 +4,7 @@ nodes['htz.ex42-1048908'] = {
'dovecot',
'element-web',
# 'gitea',
'jenkins-ci',
# 'jenkins-ci',
'lm-sensors',
'matrix-media-repo',
'matrix-synapse',
@ -338,15 +338,15 @@ nodes['htz.ex42-1048908'] = {
},
},
},
'jenkins.kunsmann.eu': {
'locations': {
'/': {
'target': 'http://localhost:22010/',
},
},
'website_check_path': '/login',
'website_check_string': 'Welcome to Jenkins',
},
# 'jenkins.kunsmann.eu': {
# 'locations': {
# '/': {
# 'target': 'http://localhost:22010/',
# },
# },
# 'website_check_path': '/login',
# 'website_check_string': 'Welcome to Jenkins',
# },
'kunbox.net': {},
'kunsmann.eu': {
'locations': {

View file

@ -9,6 +9,7 @@ nodes['rx300'] = {
'bundles': {
'check-mail-received',
'gitea',
'jenkins-ci',
'lm-sensors',
'miniflux',
'php',
@ -125,12 +126,32 @@ nodes['rx300'] = {
},
},
},
'unicornsden': {
'jenkins': {
'domain': 'jenkins.franzi.business',
'ssl': '_.franzi.business',
'locations': {
'/': {
'target': 'http://localhost:22010/',
},
},
'website_check_path': '/login',
'website_check_string': 'Welcome to Jenkins',
},
'unicornsden-redirect': {
'domain': 'unicornsden.franzi.business',
'ssl': '_.franzi.business',
'locations': {
'/': {
'redirect': 'https://map.unicornsden.com/',
},
},
},
'unicornsden': {
'domain': 'map.unicornsden.com',
'php': True,
'webroot_config': {
'owner': 'kunsi',
'group': 'kunsi',
'owner': 'git',
'group': 'git',
'mode': '0755',
},
},