librenms: enable monitoring via icinga

This commit is contained in:
Markus 2022-07-16 18:40:47 +02:00
parent 227926ff12
commit d5ec34c47e
1 changed files with 5 additions and 0 deletions

View File

@ -78,3 +78,8 @@
- name: Start php7.4-fpm
service: name=php7.4-fpm state=started enabled=yes
- name: Enable monitoring
include_role: name=icinga-monitor tasks_from=http
vars:
vhost: "{{ librenms_domain }}"