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 AAAA 2a01:4f8:10b:2a5f::2
|
||||
|
||||
unicornsden IN A 94.130.52.224
|
||||
unicornsden IN AAAA 2a01:4f8:10b:2a5f::2
|
||||
unicornsden IN CNAME rx300.kunbox.net.
|
||||
|
||||
vliedel.random IN A 94.130.52.224
|
||||
vliedel.random IN AAAA 2a01:4f8:10b:2a5f::2
|
||||
|
|
|
@ -336,14 +336,14 @@ nodes['htz.ex42-1048908'] = {
|
|||
},
|
||||
'extras': True,
|
||||
},
|
||||
'unicornsden': {
|
||||
'domain': 'unicornsden.franzi.business',
|
||||
'webroot_config': {
|
||||
'owner': 'kunsi',
|
||||
'group': 'kunsi',
|
||||
'mode': '0755',
|
||||
},
|
||||
},
|
||||
# 'unicornsden': {
|
||||
# 'domain': 'unicornsden.franzi.business',
|
||||
# 'webroot_config': {
|
||||
# 'owner': 'kunsi',
|
||||
# 'group': 'kunsi',
|
||||
# 'mode': '0755',
|
||||
# },
|
||||
# },
|
||||
'vliedel.random.franzi.business': {
|
||||
'webroot_config': {
|
||||
'mode': '0775',
|
||||
|
|
|
@ -45,6 +45,15 @@ nodes['rx300'] = {
|
|||
'miniflux': {
|
||||
'ssl': '_.franzi.business',
|
||||
},
|
||||
'unicornsden': {
|
||||
'domain': 'unicornsden.franzi.business',
|
||||
'ssl': '_.franzi.business',
|
||||
'webroot_config': {
|
||||
'owner': 'kunsi',
|
||||
'group': 'kunsi',
|
||||
'mode': '0755',
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
'postgresql': {
|
||||
|
|
Loading…
Reference in a new issue