move jenkins to rx300
This commit is contained in:
parent
8da40eab67
commit
3871893c9b
4 changed files with 35 additions and 16 deletions
|
@ -15,6 +15,7 @@ dimension IN A 94.130.52.224
|
|||
dimension IN AAAA 2a01:4f8:10b:2a5f::2
|
||||
|
||||
git IN CNAME rx300.kunbox.net.
|
||||
jenkins IN CNAME rx300.kunbox.net.
|
||||
|
||||
matrix IN A 94.130.52.224
|
||||
matrix IN AAAA 2a01:4f8:10b:2a5f::2
|
||||
|
|
|
@ -15,9 +15,6 @@ icinga IN CNAME icinga2.ovh.kunbox.net.
|
|||
influxdb IN CNAME influxdb.htz-cloud.kunbox.net.
|
||||
statusmonitor.icinga IN CNAME icinga2.ovh.kunbox.net.
|
||||
|
||||
jenkins IN A 94.130.52.224
|
||||
jenkins IN AAAA 2a01:4f8:10b:2a5f::2
|
||||
|
||||
mta-sts IN A 94.130.52.224
|
||||
mta-sts IN AAAA 2a01:4f8:10b:2a5f::2
|
||||
|
||||
|
|
|
@ -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': {
|
||||
|
|
|
@ -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',
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue