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
|
dimension IN AAAA 2a01:4f8:10b:2a5f::2
|
||||||
|
|
||||||
git IN CNAME rx300.kunbox.net.
|
git IN CNAME rx300.kunbox.net.
|
||||||
|
jenkins IN CNAME rx300.kunbox.net.
|
||||||
|
|
||||||
matrix IN A 94.130.52.224
|
matrix IN A 94.130.52.224
|
||||||
matrix IN AAAA 2a01:4f8:10b:2a5f::2
|
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.
|
influxdb IN CNAME influxdb.htz-cloud.kunbox.net.
|
||||||
statusmonitor.icinga IN CNAME icinga2.ovh.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 A 94.130.52.224
|
||||||
mta-sts IN AAAA 2a01:4f8:10b:2a5f::2
|
mta-sts IN AAAA 2a01:4f8:10b:2a5f::2
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@ nodes['htz.ex42-1048908'] = {
|
||||||
'dovecot',
|
'dovecot',
|
||||||
'element-web',
|
'element-web',
|
||||||
# 'gitea',
|
# 'gitea',
|
||||||
'jenkins-ci',
|
# 'jenkins-ci',
|
||||||
'lm-sensors',
|
'lm-sensors',
|
||||||
'matrix-media-repo',
|
'matrix-media-repo',
|
||||||
'matrix-synapse',
|
'matrix-synapse',
|
||||||
|
@ -338,15 +338,15 @@ nodes['htz.ex42-1048908'] = {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
'jenkins.kunsmann.eu': {
|
# 'jenkins.kunsmann.eu': {
|
||||||
'locations': {
|
# 'locations': {
|
||||||
'/': {
|
# '/': {
|
||||||
'target': 'http://localhost:22010/',
|
# 'target': 'http://localhost:22010/',
|
||||||
},
|
# },
|
||||||
},
|
# },
|
||||||
'website_check_path': '/login',
|
# 'website_check_path': '/login',
|
||||||
'website_check_string': 'Welcome to Jenkins',
|
# 'website_check_string': 'Welcome to Jenkins',
|
||||||
},
|
# },
|
||||||
'kunbox.net': {},
|
'kunbox.net': {},
|
||||||
'kunsmann.eu': {
|
'kunsmann.eu': {
|
||||||
'locations': {
|
'locations': {
|
||||||
|
|
|
@ -9,6 +9,7 @@ nodes['rx300'] = {
|
||||||
'bundles': {
|
'bundles': {
|
||||||
'check-mail-received',
|
'check-mail-received',
|
||||||
'gitea',
|
'gitea',
|
||||||
|
'jenkins-ci',
|
||||||
'lm-sensors',
|
'lm-sensors',
|
||||||
'miniflux',
|
'miniflux',
|
||||||
'php',
|
'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',
|
'domain': 'unicornsden.franzi.business',
|
||||||
'ssl': '_.franzi.business',
|
'ssl': '_.franzi.business',
|
||||||
|
'locations': {
|
||||||
|
'/': {
|
||||||
|
'redirect': 'https://map.unicornsden.com/',
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
|
'unicornsden': {
|
||||||
|
'domain': 'map.unicornsden.com',
|
||||||
|
'php': True,
|
||||||
'webroot_config': {
|
'webroot_config': {
|
||||||
'owner': 'kunsi',
|
'owner': 'git',
|
||||||
'group': 'kunsi',
|
'group': 'git',
|
||||||
'mode': '0755',
|
'mode': '0755',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue