ansible-role-nagios/tasks/main.yml

14 lines
376 B
YAML

---
- name: Ensure Nagios is installed
include_tasks: install.yml
- name: Ensure Nagios is configured
include_tasks: configure.yml
- name: Ensure Apache is configured for Nagios
include_tasks: configure_apache.yml
when: configure_apache
- name: Ensure custom theme is configured for Nagios
include_tasks: configure_custom_theme.yml
when: custom_theme_url != ''