Added grafana, prometheus and snmp exporter for madrigal and node exporter for aya01 Signed-off-by: TuDatTr <tuan-dat.tran@tudattr.dev>
85 lines
1.1 KiB
YAML
85 lines
1.1 KiB
YAML
---
|
|
|
|
- include_tasks: zoneminder.yml
|
|
tags:
|
|
- zoneminder
|
|
|
|
- include_tasks: pihole.yml
|
|
tags:
|
|
- pihole
|
|
|
|
- include_tasks: syncthing.yml
|
|
tags:
|
|
- syncthing
|
|
|
|
- include_tasks: softserve.yml
|
|
tags:
|
|
- softserve
|
|
|
|
- include_tasks: cupsd.yml
|
|
tags:
|
|
- cupsd
|
|
|
|
- include_tasks: kuma.yml
|
|
tags:
|
|
- kuma
|
|
|
|
- include_tasks: traefik.yml
|
|
tags:
|
|
- traefik
|
|
|
|
- include_tasks: plex.yml
|
|
tags:
|
|
- plex
|
|
|
|
- include_tasks: tautulli.yml
|
|
tags:
|
|
- tautulli
|
|
|
|
- include_tasks: sonarr.yml
|
|
tags:
|
|
- sonarr
|
|
|
|
- include_tasks: radarr.yml
|
|
tags:
|
|
- radarr
|
|
|
|
- include_tasks: lidarr.yml
|
|
tags:
|
|
- lidarr
|
|
|
|
- include_tasks: prowlarr.yml
|
|
tags:
|
|
- prowlarr
|
|
|
|
- include_tasks: bin.yml
|
|
tags:
|
|
- bin
|
|
|
|
- include_tasks: gluetun.yml
|
|
tags:
|
|
- gluetun
|
|
|
|
- include_tasks: qbit.yml
|
|
tags:
|
|
- qbit
|
|
|
|
- include_tasks: qbit_private.yml
|
|
tags:
|
|
- qbit_priv
|
|
|
|
- include_tasks: prometheus.yml
|
|
tags:
|
|
- prometheus
|
|
|
|
- include_tasks: grafana.yml
|
|
tags:
|
|
- grafana
|
|
|
|
- name: Copy the compose file
|
|
template:
|
|
src: templates/aya01/compose.yaml
|
|
dest: "{{ docker_compose_dir }}/compose.yaml"
|
|
register: compose
|
|
|