ansible-roles/nagios-nrpe/tasks/main.yml

11 lines
165 B
YAML
Raw Normal View History

---
2017-02-25 16:28:49 +01:00
- include: debian.yml
when: ansible_os_family == "Debian"
tags:
- nagios
2017-02-25 16:28:49 +01:00
- include: openbsd.yml
when: ansible_os_family == "OpenBSD"
tags:
- nagios