1
1
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2024-09-28 18:31:59 +02:00
infrastructure/playbooks/gitlab-runners.yml
Jelle van der Waa 23564b29a6
Introduce prometheus exporters role for collection
Add a new role called prometheus_exporters which should be run on every
machine we have and starts different collectors depending on what group
the machine is in. Currently supported our the gitlab runner exporter,
rebuilder textcollector, mysqld-exporter, borg textcollector and an
node/arch exporter. The arch exporter monitors the security status and
pacman out of date packages gauge.
2020-09-06 20:13:32 +02:00

14 lines
299 B
YAML

---
- name: setup gitlab-runners
hosts: gitlab_runners
remote_user: root
roles:
- { role: common }
- { role: firewalld }
- { role: hardening }
- { role: sshd }
- { role: root_ssh }
- { role: fail2ban }
- { role: prometheus_exporters }
- { role: gitlab_runner }