mirror of
https://github.com/geerlingguy/ansible-role-apache
synced 2025-01-10 20:00:18 +01:00
13 lines
195 B
YAML
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
|