Files
ansible-runner/playbooks/install_monitoring.yml.ansible
master of disaster c595eb4178
All checks were successful
🏃‍♂️Run Ansible / install_ansible (push) Successful in 4m17s
disabled temporaly prometheus installation
2025-12-14 00:09:12 +01:00

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