1
1
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2024-09-25 11:01:03 +02:00
infrastructure/playbooks/state.cloud.archlinux.org.yml
2019-03-31 04:19:56 +02:00

22 lines
529 B
YAML

---
- name: setup terraform-state
hosts: state.cloud.archlinux.org
remote_user: root
roles:
- { role: common }
- { role: tools }
- { role: firewalld }
- { role: sshd }
- { role: unbound }
- { role: certbot }
- { role: root_ssh }
- role: postgres
postgres_listen_addresses: "*"
postgres_max_connections: 100
postgres_ssl: 'on'
postgres_shared_buffers: 512MB
postgres_ssl_hosts4: ['0.0.0.0/0']
postgres_ssl_hosts6: ['::/0']
- { role: terraform_state }