Files
ansible-runner/playbooks/install_monitoring.yml.ansible
master of disaster 2d597e2833
Some checks failed
🏃‍♂️Run Ansible / install_ansible (push) Failing after 4m11s
use common role for exporters
2025-12-13 02:33:09 +01:00

14 lines
211 B
Plaintext

- name: Gather facts from all hosts
hosts: dev
gather_facts: true
become: true
roles:
- common
- hosts:
- prometheus_servers
gather_facts: true
become: true
roles:
- handlers
- prometheus