install haproxy prometheus exporter
Some checks failed
🏃‍♂️Run Ansible / install_ansible (push) Has been cancelled

This commit is contained in:
ronnygaulke
2025-12-14 18:30:24 +01:00
parent d65f36e14e
commit ced6f35ad3
2 changed files with 8 additions and 1 deletions

View File

@@ -0,0 +1,7 @@
- name: Gather facts from all hosts
hosts: dev
gather_facts: true
become: true
roles:
- net_apps
#