Files
ansible-runner/playbooks/install_monitoring.yml.ansible
master of disaster d65f36e14e
Some checks failed
🏃‍♂️Run Ansible / install_ansible (push) Failing after 5m44s
test prometheus
2025-12-14 02:03:41 +01:00

14 lines
212 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
#