11 lines
221 B
YAML
11 lines
221 B
YAML
---
|
|
- hosts: all
|
|
roles:
|
|
|
|
- role: epel
|
|
when: ansible_os_family == "RedHat" and ansible_distribution != "Fedora"
|
|
|
|
- role: monitored
|
|
when: monitored_dont|default(False) != True
|
|
|