2022-10-11 09:19:02 +02:00
|
|
|
---
|
|
|
|
- name: Ensure Nagios is installed
|
|
|
|
include_tasks: install.yml
|
|
|
|
|
|
|
|
- name: Ensure Nagios is configured
|
|
|
|
include_tasks: configure.yml
|
|
|
|
|
2023-02-15 14:36:01 +01:00
|
|
|
- name: Ensure Apache is configured for Nagios
|
|
|
|
include_tasks: configure_apache.yml
|
|
|
|
when: configure_apache
|
2023-03-27 10:49:35 +02:00
|
|
|
|
|
|
|
- name: Ensure custom theme is configured for Nagios
|
|
|
|
include_tasks: configure_custom_theme.yml
|
|
|
|
when: custom_theme_url != ''
|