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
efb88cd9
Commit
efb88cd9
authored
Mar 31, 2019
by
Sven-Hendrik Haase
Browse files
Rename playbook after the hostname
parent
e2aa0d3c
Changes
1
Hide whitespace changes
Inline
Side-by-side
playbooks/
terraform-state
.yml
→
playbooks/
state.cloud.archlinux.org
.yml
View file @
efb88cd9
---
-
name
:
setup terraform-state
hosts
:
terraform-state
hosts
:
state.cloud.archlinux.org
remote_user
:
root
roles
:
-
{
role
:
common
,
tags
:
[
'
common'
]
}
-
{
role
:
tools
,
tags
:
[
'
tools'
]
}
-
{
role
:
firewalld
,
tags
:
[
'
firewall'
]
}
-
{
role
:
sshd
,
tags
:
[
'
sshd'
]
}
-
{
role
:
common
}
-
{
role
:
tools
}
-
{
role
:
firewalld
}
-
{
role
:
sshd
}
-
{
role
:
unbound
}
-
{
role
:
certbot
}
-
{
role
:
root_ssh
,
tags
:
[
'
root_ssh'
]
}
-
{
role
:
root_ssh
}
-
role
:
postgres
postgres_listen_addresses
:
"
*"
postgres_max_connections
:
100
...
...
@@ -18,5 +18,4 @@
postgres_shared_buffers
:
512MB
postgres_ssl_hosts4
:
[
'
0.0.0.0/0'
]
postgres_ssl_hosts6
:
[
'
::/0'
]
tags
:
[
'
postgres'
]
-
{
role
:
terraform_state
,
tags
:
[
'
terraform_state'
]
}
-
{
role
:
terraform_state
}
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