mirror of
https://gitlab.archlinux.org/archlinux/infrastructure.git
synced 2025-01-05 09:24:12 +01:00
26f289b72b
ansible-lint 6.5.0 complains about: name: All names should start with an uppercase letter. (name[casing])
23 lines
657 B
YAML
23 lines
657 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 }
|