22 lines
451 B
YAML
22 lines
451 B
YAML
---
|
|
# Monitoring services - System monitoring, alerts, and dashboards
|
|
|
|
- name: Install glance
|
|
import_tasks: glance.yml
|
|
tags: glance
|
|
|
|
- name: Install changedetection
|
|
import_tasks: changedetection.yml
|
|
tags: changedetection
|
|
|
|
- name: Install appriseapi
|
|
import_tasks: appriseapi.yml
|
|
tags: appriseapi
|
|
|
|
- name: Install gotify
|
|
import_tasks: gotify.yml
|
|
tags: gotify
|
|
|
|
- name: Install cronmaster
|
|
import_tasks: cronmaster.yml
|
|
tags: cronmaster |