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
1b8ea262
Verified
Commit
1b8ea262
authored
Mar 24, 2019
by
Florian Pritz
Browse files
Add terraform-state playbook
Signed-off-by:
Florian Pritz
<
bluewind@xinu.at
>
parent
658a9d41
Changes
2
Hide whitespace changes
Inline
Side-by-side
hosts
View file @
1b8ea262
...
...
@@ -48,3 +48,9 @@ sgp.mirror.pkgbuild.com
[reproducible-builds]
repro1.pkgbuild.com
repro2.pkgbuild.com
[hcloud]
state.cloud.archlinux.org
[service-terraform-state]
state.cloud.archlinux.org
playbooks/terraforms-state.yml
0 → 100644
View file @
1b8ea262
---
-
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
roles
:
-
{
role
:
common
,
tags
:
[
'
common'
]
}
-
{
role
:
tools
,
tags
:
[
'
tools'
]
}
-
{
role
:
firewalld
,
tags
:
[
'
firewall'
]
}
-
{
role
:
sshd
,
tags
:
[
'
sshd'
]
}
-
{
role
:
unbound
}
-
{
role
:
certbot
}
-
{
role
:
root_ssh
,
tags
:
[
'
root_ssh'
]
}
-
role
:
postgres
postgres_listen_addresses
:
"
*"
postgres_max_connections
:
100
postgres_ssl
:
'
on'
postgres_shared_buffers
:
512MB
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