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

21 lines
603 B
YAML

- name: setup prometheus server
hosts: monitoring.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 }
- { role: alertmanager }
- { role: prometheus_exporters }
- { role: loki }
- { role: promtail }
- { role: certbot }
- { role: nginx }
- { role: grafana, grafana_domain: 'monitoring.archlinux.org' }
- { role: fail2ban }