Files
ansible-runner/playbooks/install_monitoring.yml.ansible
Ronny 07c7864e2c
Some checks failed
🏃‍♂️Run Ansible / install_ansible (push) Failing after 2m9s
fix
2025-12-12 11:15:38 +00:00

11 lines
176 B
Plaintext

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