Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Arch Linux
infrastructure
Commits
6db36a41
Commit
6db36a41
authored
Mar 24, 2019
by
Florian Pritz
Browse files
Fix postgres IP whitelist on terraform-state
Signed-off-by:
Florian Pritz
<
bluewind@xinu.at
>
parent
a0025830
Changes
1
Hide whitespace changes
Inline
Side-by-side
playbooks/terraforms-state.yml
View file @
6db36a41
---
-
name
:
"
prepare
postgres
ssl
hosts
list"
hosts
:
apollo.archlinux.org
tasks
:
-
set_fact
:
postgres_ssl_hosts4="0.0.0.0/0"
-
set_fact
:
postgres_ssl_hosts6="::/0"
-
name
:
setup terraform-state
hosts
:
service-terraform-state
remote_user
:
root
...
...
@@ -22,4 +16,6 @@
postgres_max_connections
:
100
postgres_ssl
:
'
on'
postgres_shared_buffers
:
512MB
postgres_ssl_hosts4
:
[
'
0.0.0.0/0'
]
postgres_ssl_hosts6
:
[
'
::/0'
]
tags
:
[
'
postgres'
]
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment