move travelynx.franzi.business to rx300
All checks were successful
bundlewrap/pipeline/head This commit looks good
All checks were successful
bundlewrap/pipeline/head This commit looks good
This commit is contained in:
parent
b7935e59e7
commit
9c1b4f5dbe
6 changed files with 34 additions and 23 deletions
|
@ -5,11 +5,9 @@ pkg_apt = {
|
||||||
'postgresql-client-common': {},
|
'postgresql-client-common': {},
|
||||||
'postgresql-{}'.format(postgresql_version): {},
|
'postgresql-{}'.format(postgresql_version): {},
|
||||||
'postgresql-client-{}'.format(postgresql_version): {},
|
'postgresql-client-{}'.format(postgresql_version): {},
|
||||||
|
'postgresql-server-dev-{}'.format(postgresql_version): {}
|
||||||
}
|
}
|
||||||
|
|
||||||
if node.metadata.get('postgresql/install_dev', False):
|
|
||||||
pkg_apt['postgresql-server-dev-{}'.format(postgresql_version)] = {}
|
|
||||||
|
|
||||||
if node.has_bundle('zfs'):
|
if node.has_bundle('zfs'):
|
||||||
for pkgname, pkgconfig in pkg_apt.items():
|
for pkgname, pkgconfig in pkg_apt.items():
|
||||||
pkg_apt[pkgname]['needs'] = {
|
pkg_apt[pkgname]['needs'] = {
|
||||||
|
|
|
@ -25,9 +25,7 @@ sewfile IN CNAME sewfile.htz-cloud.kunbox.net.
|
||||||
rss IN CNAME rx300.kunbox.net.
|
rss IN CNAME rx300.kunbox.net.
|
||||||
status IN CNAME icinga2.ovh.kunbox.net.
|
status IN CNAME icinga2.ovh.kunbox.net.
|
||||||
|
|
||||||
travelynx IN A 94.130.52.224
|
travelynx IN CNAME rx300.kunbox.net.
|
||||||
travelynx IN AAAA 2a01:4f8:10b:2a5f::2
|
|
||||||
|
|
||||||
unicornsden IN CNAME rx300.kunbox.net.
|
unicornsden IN CNAME rx300.kunbox.net.
|
||||||
|
|
||||||
vliedel.random IN A 94.130.52.224
|
vliedel.random IN A 94.130.52.224
|
||||||
|
|
|
@ -21,7 +21,7 @@ nodes['htz.ex42-1048908'] = {
|
||||||
'radicale',
|
'radicale',
|
||||||
'unbound',
|
'unbound',
|
||||||
'smartd',
|
'smartd',
|
||||||
'travelynx',
|
# 'travelynx',
|
||||||
'vmhost',
|
'vmhost',
|
||||||
},
|
},
|
||||||
'groups': {
|
'groups': {
|
||||||
|
@ -217,9 +217,9 @@ nodes['htz.ex42-1048908'] = {
|
||||||
"'@kunsi:franzi.business'": 100,
|
"'@kunsi:franzi.business'": 100,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
'miniflux': {
|
# 'miniflux': {
|
||||||
'domain': 'rss.kunsmann.eu',
|
# 'domain': 'rss.kunsmann.eu',
|
||||||
},
|
# },
|
||||||
'mx-puppet-discord': {
|
'mx-puppet-discord': {
|
||||||
'homeserver': {
|
'homeserver': {
|
||||||
'domain': 'franzi.business',
|
'domain': 'franzi.business',
|
||||||
|
@ -328,14 +328,14 @@ nodes['htz.ex42-1048908'] = {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
'travelynx.franzi.business': {
|
# 'travelynx.franzi.business': {
|
||||||
'proxy': {
|
# 'proxy': {
|
||||||
'/': {
|
# '/': {
|
||||||
'target': 'http://127.0.0.1:22020',
|
# 'target': 'http://127.0.0.1:22020',
|
||||||
},
|
# },
|
||||||
},
|
# },
|
||||||
'extras': True,
|
# 'extras': True,
|
||||||
},
|
# },
|
||||||
# 'unicornsden': {
|
# 'unicornsden': {
|
||||||
# 'domain': 'unicornsden.franzi.business',
|
# 'domain': 'unicornsden.franzi.business',
|
||||||
# 'webroot_config': {
|
# 'webroot_config': {
|
||||||
|
@ -451,10 +451,10 @@ nodes['htz.ex42-1048908'] = {
|
||||||
'maxuse': '2G',
|
'maxuse': '2G',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
'travelynx': {
|
# 'travelynx': {
|
||||||
'version': '1.20.1',
|
# 'version': '1.20.1',
|
||||||
'mail_from': 'travelynx@franzi.business',
|
# 'mail_from': 'travelynx@franzi.business',
|
||||||
},
|
# },
|
||||||
'users': {
|
'users': {
|
||||||
'kunsi': {
|
'kunsi': {
|
||||||
'groups': [
|
'groups': [
|
||||||
|
|
|
@ -11,6 +11,7 @@ nodes['rx300'] = {
|
||||||
'miniflux',
|
'miniflux',
|
||||||
'postgresql',
|
'postgresql',
|
||||||
'smartd',
|
'smartd',
|
||||||
|
'travelynx',
|
||||||
'vmhost',
|
'vmhost',
|
||||||
'zfs',
|
'zfs',
|
||||||
},
|
},
|
||||||
|
@ -62,6 +63,16 @@ nodes['rx300'] = {
|
||||||
'mode': '0755',
|
'mode': '0755',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
'travelynx': {
|
||||||
|
'domain': 'travelynx.franzi.business',
|
||||||
|
'ssl': '_.franzi.business',
|
||||||
|
'proxy': {
|
||||||
|
'/': {
|
||||||
|
'target': 'http://127.0.0.1:22020',
|
||||||
|
},
|
||||||
|
},
|
||||||
|
'extras': True,
|
||||||
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
'postgresql': {
|
'postgresql': {
|
||||||
|
@ -81,6 +92,10 @@ nodes['rx300'] = {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
'travelynx': {
|
||||||
|
'version': '1.20.2',
|
||||||
|
'mail_from': 'travelynx@franzi.business',
|
||||||
|
},
|
||||||
'users': {
|
'users': {
|
||||||
'kunsi': {
|
'kunsi': {
|
||||||
'groups': {
|
'groups': {
|
||||||
|
|
Loading…
Reference in a new issue