move unicornsden.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
5ebed4a0fb
commit
6d5085c1e7
3 changed files with 18 additions and 10 deletions
|
@ -28,8 +28,7 @@ status IN CNAME icinga2.ovh.kunbox.net
|
||||||
travelynx IN A 94.130.52.224
|
travelynx IN A 94.130.52.224
|
||||||
travelynx IN AAAA 2a01:4f8:10b:2a5f::2
|
travelynx IN AAAA 2a01:4f8:10b:2a5f::2
|
||||||
|
|
||||||
unicornsden IN A 94.130.52.224
|
unicornsden IN CNAME rx300.kunbox.net.
|
||||||
unicornsden IN AAAA 2a01:4f8:10b:2a5f::2
|
|
||||||
|
|
||||||
vliedel.random IN A 94.130.52.224
|
vliedel.random IN A 94.130.52.224
|
||||||
vliedel.random IN AAAA 2a01:4f8:10b:2a5f::2
|
vliedel.random IN AAAA 2a01:4f8:10b:2a5f::2
|
||||||
|
|
|
@ -336,14 +336,14 @@ nodes['htz.ex42-1048908'] = {
|
||||||
},
|
},
|
||||||
'extras': True,
|
'extras': True,
|
||||||
},
|
},
|
||||||
'unicornsden': {
|
# 'unicornsden': {
|
||||||
'domain': 'unicornsden.franzi.business',
|
# 'domain': 'unicornsden.franzi.business',
|
||||||
'webroot_config': {
|
# 'webroot_config': {
|
||||||
'owner': 'kunsi',
|
# 'owner': 'kunsi',
|
||||||
'group': 'kunsi',
|
# 'group': 'kunsi',
|
||||||
'mode': '0755',
|
# 'mode': '0755',
|
||||||
},
|
# },
|
||||||
},
|
# },
|
||||||
'vliedel.random.franzi.business': {
|
'vliedel.random.franzi.business': {
|
||||||
'webroot_config': {
|
'webroot_config': {
|
||||||
'mode': '0775',
|
'mode': '0775',
|
||||||
|
|
|
@ -45,6 +45,15 @@ nodes['rx300'] = {
|
||||||
'miniflux': {
|
'miniflux': {
|
||||||
'ssl': '_.franzi.business',
|
'ssl': '_.franzi.business',
|
||||||
},
|
},
|
||||||
|
'unicornsden': {
|
||||||
|
'domain': 'unicornsden.franzi.business',
|
||||||
|
'ssl': '_.franzi.business',
|
||||||
|
'webroot_config': {
|
||||||
|
'owner': 'kunsi',
|
||||||
|
'group': 'kunsi',
|
||||||
|
'mode': '0755',
|
||||||
|
},
|
||||||
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
'postgresql': {
|
'postgresql': {
|
||||||
|
|
Loading…
Reference in a new issue