1
1
Fork 0
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2024-05-23 22:06:06 +02:00
infrastructure/playbooks/state.archlinux.org.yml
Kristian Klausen 7da1e273fc Cleanup tools
Fix #392
2021-10-02 14:45:02 +02:00

25 lines
662 B
YAML

---
- name: setup state.archlinux.org (terraform state store)
hosts: state.archlinux.org
remote_user: root
roles:
- { role: common }
- { role: firewalld }
- { role: wireguard }
- { role: sshd }
- { role: certbot }
- { role: borg_client, tags: ["borg"] }
- { 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 }
- { role: prometheus_exporters }
- { role: promtail }
- { role: fail2ban }