mirror of
https://github.com/auricom/home-cluster.git
synced 2025-09-17 18:24:14 +02:00
🏗️ joplin postgresql disable nossl
This commit is contained in:
@@ -68,7 +68,7 @@
|
|||||||
- name: restart postgresql
|
- name: restart postgresql
|
||||||
ansible.builtin.service:
|
ansible.builtin.service:
|
||||||
name: postgresql
|
name: postgresql
|
||||||
state: restart
|
state: restarted
|
||||||
when: certificates.changed or pg_hba.changed or pg_conf.changed
|
when: certificates.changed or pg_hba.changed or pg_conf.changed
|
||||||
tags:
|
tags:
|
||||||
- certificates
|
- certificates
|
||||||
|
@@ -89,7 +89,6 @@
|
|||||||
local all all trust
|
local all all trust
|
||||||
# IPv4 local connections:
|
# IPv4 local connections:
|
||||||
hostssl all all 0.0.0.0/0 scram-sha-256
|
hostssl all all 0.0.0.0/0 scram-sha-256
|
||||||
hostnossl joplin joplin 0.0.0.0/0 trust
|
|
||||||
# IPv6 local connections:
|
# IPv6 local connections:
|
||||||
# Allow replication connections from localhost, by a user with the
|
# Allow replication connections from localhost, by a user with the
|
||||||
# replication privilege.
|
# replication privilege.
|
||||||
|
@@ -6,7 +6,6 @@ metadata:
|
|||||||
name: &app vector
|
name: &app vector
|
||||||
namespace: flux-system
|
namespace: flux-system
|
||||||
spec:
|
spec:
|
||||||
targetNamespace: monitoring
|
|
||||||
commonMetadata:
|
commonMetadata:
|
||||||
labels:
|
labels:
|
||||||
app.kubernetes.io/name: *app
|
app.kubernetes.io/name: *app
|
||||||
|
Reference in New Issue
Block a user