nodes/htz-cloud.luther: add postgresql config

This commit is contained in:
Franzi 2020-10-31 10:31:10 +01:00
parent f1f7086aab
commit 3ee570a47a
Signed by: kunsi
GPG key ID: 12E3D2136B818350

View file

@ -21,11 +21,25 @@ nodes['htz-cloud.luther'] = {
},
'nginx': {
'vhosts': {
'luther-ps.kunsmann.eu': {
'luther-ps': {
'domain': 'luther-ps.kunsmann.eu',
'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': {
'pools': {
'tank': {