mirror of
https://gitlab.archlinux.org/archlinux/infrastructure.git
synced 2025-01-18 08:06:16 +01:00
Introduce a new monitoring server with prometheus and alertmanager for monitoring all our boxes.
15 lines
394 B
YAML
15 lines
394 B
YAML
- name: setup prometheus server
|
|
hosts: monitoring.archlinux.org
|
|
remote_user: root
|
|
roles:
|
|
- { role: firewalld }
|
|
- { role: common }
|
|
- { role: tools }
|
|
- { role: sshd }
|
|
- { role: root_ssh }
|
|
- { role: hardening }
|
|
- { role: borg_client, tags: ["borg"], when: "'borg_clients' in group_names" }
|
|
- { role: prometheus }
|
|
- { role: certbot }
|
|
- { role: nginx }
|