2020-10-02 22:35:00 +02:00
|
|
|
---
|
|
|
|
- name: Include OS-specific variables.
|
|
|
|
include_vars: "{{ ansible_os_family }}.yml"
|
|
|
|
|
2020-10-03 15:43:09 +02:00
|
|
|
- import_tasks: repository.yml
|
|
|
|
- import_tasks: install_icinga2.yml
|
|
|
|
- import_tasks: install_mariadb.yml
|
|
|
|
- import_tasks: install_ido.yml
|
|
|
|
- import_tasks: configure_icinga2_api_feature.yml
|
|
|
|
- import_tasks: install_icingaweb2.yml
|
|
|
|
- import_tasks: configure_icingaweb2.yml
|
2020-10-03 14:19:22 +02:00
|
|
|
- import_tasks: postconfigure_icinga2.yml
|