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

19 lines
623 B
YAML

- name: setup public dashboards server
hosts: dashboards.archlinux.org
remote_user: root
roles:
- { role: firewalld }
- { role: wireguard }
- { role: common }
- { role: sshd }
- { role: root_ssh }
- { role: hardening }
- { role: borg_client, tags: ["borg"], when: "'borg_clients' in group_names" }
- { role: prometheus, prometheus_receive_only: true }
- { role: prometheus_exporters }
- { role: promtail }
- { role: certbot }
- { role: nginx }
- { role: grafana, grafana_anonymous_access: true, grafana_domain: 'dashboards.archlinux.org' }
- { role: fail2ban }