ansible-role-apache/lamp_haproxy/nagios.yml

13 lines
195 B
YAML

---
# This playbook configures the monitoring node
# trigger fact-gathering for all hosts
- hosts: all
tasks:
- hosts: monitoring
user: root
roles:
- common
- base-apache
- nagios