Pinned PostgreSQL to v16.6 (#38)
This change was made to recover from an update made while attempting to address DevOps/ansible-role-eom#37, which was not solved here. Reviewed-on: #38
This commit is contained in:
parent
5aac0ef5a9
commit
b1cd53a9d8
@ -3,4 +3,4 @@
|
|||||||
- name: Deploy
|
- name: Deploy
|
||||||
include_tasks: "{{ item }}"
|
include_tasks: "{{ item }}"
|
||||||
loop:
|
loop:
|
||||||
- lemmy.yaml
|
- nextcloud.yaml
|
||||||
|
@ -57,6 +57,8 @@
|
|||||||
cronjob:
|
cronjob:
|
||||||
enabled: true
|
enabled: true
|
||||||
redis:
|
redis:
|
||||||
|
#global:
|
||||||
|
#defaultStorageClass: r720-nfs-client
|
||||||
enabled: true
|
enabled: true
|
||||||
auth:
|
auth:
|
||||||
password: "{{ redis_auth_password }}"
|
password: "{{ redis_auth_password }}"
|
||||||
@ -109,6 +111,8 @@
|
|||||||
database: nextcloud
|
database: nextcloud
|
||||||
postgresql:
|
postgresql:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
image:
|
||||||
|
tag: 16.6.0-debian-12-r2
|
||||||
global:
|
global:
|
||||||
postgresql:
|
postgresql:
|
||||||
auth:
|
auth:
|
||||||
|
Loading…
Reference in New Issue
Block a user