nodes/htz-cloud.luther: add postgresql config
This commit is contained in:
parent
f1f7086aab
commit
3ee570a47a
1 changed files with 15 additions and 1 deletions
|
@ -21,11 +21,25 @@ nodes['htz-cloud.luther'] = {
|
||||||
},
|
},
|
||||||
'nginx': {
|
'nginx': {
|
||||||
'vhosts': {
|
'vhosts': {
|
||||||
'luther-ps.kunsmann.eu': {
|
'luther-ps': {
|
||||||
|
'domain': 'luther-ps.kunsmann.eu',
|
||||||
'php': True,
|
'php': True,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
'postgresql': {
|
||||||
|
'users': {
|
||||||
|
'luther-ps': {
|
||||||
|
# can't use password_for() here, application is unmanaged
|
||||||
|
'password': vault.decrypt('encrypt$gAAAAABfnSxJtRTeWRTO_ubSqpBbH8L-khPamKtSiUYbuMIoyJnoF_oSfUlMpTpQsmdDh61F3JQEH0xfYOkzkiCGZONRHyYdqkTjWV4Ku1Avdb0SL74VG6NihUJOpZlhOKnuniopCwuW'),
|
||||||
|
},
|
||||||
|
},
|
||||||
|
'databases': {
|
||||||
|
'luther-ps': {
|
||||||
|
'owner': 'luther-ps',
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
'zfs': {
|
'zfs': {
|
||||||
'pools': {
|
'pools': {
|
||||||
'tank': {
|
'tank': {
|
||||||
|
|
Loading…
Reference in a new issue