Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
ansible-public
Manage
Activity
Members
Plan
Redmine
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
system
ansible-public
Commits
250e9e6a
"tests/test_email.py" did not exist on "c90ce4c1e50cf0f5a41387f0b4c573593d4abf73"
Commit
250e9e6a
authored
2 years ago
by
Antoine SCHILDKNECHT
Browse files
Options
Downloads
Patches
Plain Diff
Force SSL for DB communications | refs
#35260
parent
3380b90e
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
roles/postgres-ha/tasks/main.yml
+8
-8
8 additions, 8 deletions
roles/postgres-ha/tasks/main.yml
roles/postgres/defaults/main.yml
+4
-4
4 additions, 4 deletions
roles/postgres/defaults/main.yml
with
12 additions
and
12 deletions
roles/postgres-ha/tasks/main.yml
+
8
−
8
View file @
250e9e6a
...
...
@@ -18,27 +18,27 @@
pg_hba
:
-
type
:
local
method
:
peer
-
type
:
host
-
type
:
host
ssl
address
:
127.0.0.1/32
-
type
:
host
-
type
:
host
ssl
address
:
::1/128
-
type
:
host
-
type
:
host
ssl
address
:
0.0.0.0/0
-
type
:
host
-
type
:
host
ssl
address
:
::/0
-
type
:
local
database
:
replication
method
:
peer
-
type
:
host
-
type
:
host
ssl
database
:
replication
address
:
127.0.0.1/32
-
type
:
host
-
type
:
host
ssl
database
:
replication
address
:
::1/128
-
type
:
host
-
type
:
host
ssl
database
:
replication
address
:
0.0.0.0/0
-
type
:
host
-
type
:
host
ssl
database
:
replication
address
:
::/0
pg_conf
:
...
...
This diff is collapsed.
Click to expand it.
roles/postgres/defaults/main.yml
+
4
−
4
View file @
250e9e6a
...
...
@@ -18,17 +18,17 @@ pg_conf:
pg_hba
:
-
type
:
local
method
:
peer
-
type
:
host
-
type
:
host
ssl
address
:
127.0.0.1/32
-
type
:
host
-
type
:
host
ssl
address
:
::1/128
-
type
:
local
database
:
replication
method
:
peer
-
type
:
host
-
type
:
host
ssl
database
:
replication
address
:
127.0.0.1/32
-
type
:
host
-
type
:
host
ssl
database
:
replication
address
:
::1/128
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment