2016-12-14 17:57:19 +00:00
|
|
|
---
|
|
|
|
- hosts: all
|
|
|
|
roles:
|
2019-11-13 20:49:59 +00:00
|
|
|
|
|
|
|
- role: epel
|
|
|
|
when: ansible_os_family == "RedHat" and ansible_distribution != "Fedora"
|
|
|
|
|
|
|
|
- role: monitored
|
|
|
|
when: monitored_dont|default(False) != True
|
2016-12-14 17:57:19 +00:00
|
|
|
|