bw/bundles/postgresql: do not auto-detect postgresql version from debian version
Some checks failed
kunsi/bundlewrap/pipeline/head There was a failure building this commit

This commit is contained in:
Franzi 2022-02-27 12:51:53 +01:00
parent 58a093aa69
commit e909144544
Signed by: kunsi
GPG key ID: 12E3D2136B818350
11 changed files with 30 additions and 10 deletions

View file

@ -68,6 +68,7 @@ nodes['htz-cloud.luther'] = {
},
},
'postgresql': {
'version': '11',
'users': {
'luther-ps': {
# can't use password_for() here, application is unmanaged

View file

@ -84,6 +84,9 @@ nodes['htz-cloud.pirmasens'] = {
'version': '3.3.10',
'setup_password': vault.decrypt('encrypt$gAAAAABgnNGpAqUs--qBXII9ZPcHtxaELy9e2Dx9O44n4l0O4nMHPoIyaPW5HkvpQ2zWTlh5OfjjOgunRtE_voJuY0Kdtji37ixAnuL9ErOJ0LDY5QfMkNPUgPs5alwz1baqYq6rqJ7NDmB0gHraY46v5eG79R2EyQ=='),
},
'postgresql': {
'version': '11',
},
'rspamd': {
'password': vault.decrypt('encrypt$gAAAAABfp7qzym32R6Go1A6oax0NGQM7EBMckbEbnZC6-RSKx-klSJsL57XbSUTD-AJM-gBIPzlmor-3bfVxPWLRYXtO8uTVw6jNQ1yt15ReHkOTijVqV2ACk-LTDBG3p4YKBn0pQgNvvjXhWV_J1-Pgjywbl4sHXc0zqjCGZ6xtEn6ywj0Pd599JJjREF4QCIFVZVWuKvo1'),
},

View file

@ -62,6 +62,9 @@ nodes['htz-cloud.pleroma'] = {
'postfix': {
'myhostname': 'cybert-media.net',
},
'postgresql': {
'version': '11',
},
'vm': {
'cpu': 1,
'ram': 2,