2017-08-28 15:31:54 +00:00
|
|
|
---
|
|
|
|
- hosts: all
|
2018-12-28 13:07:40 +00:00
|
|
|
|
|
|
|
pre_tasks:
|
|
|
|
- import_tasks: tasks/users.yml
|
|
|
|
tags: users
|
|
|
|
|
|
|
|
roles:
|
|
|
|
- role: bertvv.samba
|
|
|
|
tags:
|
|
|
|
- samba
|
|
|
|
- skip_ansible_lint
|
|
|
|
|
|
|
|
- role: geerlingguy.docker
|
|
|
|
tags:
|
|
|
|
- docker
|
|
|
|
- skip_ansible_lint
|
|
|
|
|
2018-04-08 22:29:25 +00:00
|
|
|
tasks:
|
|
|
|
- import_tasks: tasks/general.yml
|
2018-12-23 16:50:20 +00:00
|
|
|
tags: general
|
2018-04-08 22:29:25 +00:00
|
|
|
|
|
|
|
- import_tasks: tasks/docker.yml
|
2018-12-23 16:50:20 +00:00
|
|
|
tags: docker
|
2018-04-08 22:29:25 +00:00
|
|
|
|
2019-01-05 07:10:56 +00:00
|
|
|
- import_tasks: tasks/portainer.yml
|
|
|
|
when: portainer_enabled
|
|
|
|
tags: portainer
|
|
|
|
|
2018-11-25 11:07:09 +00:00
|
|
|
- import_tasks: tasks/traefik.yml
|
2018-12-23 16:50:20 +00:00
|
|
|
when: traefik_enabled
|
2018-11-25 11:07:09 +00:00
|
|
|
tags: traefik
|
|
|
|
|
2018-11-28 23:22:18 +00:00
|
|
|
- import_tasks: tasks/heimdall.yml
|
2019-01-05 13:16:11 +00:00
|
|
|
when: heimdall_enabled
|
2018-11-28 23:22:18 +00:00
|
|
|
tags: heimdall
|
|
|
|
|
2018-11-25 01:58:11 +00:00
|
|
|
- import_tasks: tasks/watchtower.yml
|
2018-12-27 22:45:23 +00:00
|
|
|
when: watchtower_enabled
|
2018-11-25 01:58:11 +00:00
|
|
|
tags: watchtower
|
|
|
|
|
2018-09-22 23:58:59 +00:00
|
|
|
- import_tasks: tasks/plex.yml
|
2018-12-23 16:50:20 +00:00
|
|
|
when: plex_enabled
|
2018-09-22 23:58:59 +00:00
|
|
|
tags: plex
|
|
|
|
|
2018-11-11 04:15:03 +00:00
|
|
|
- import_tasks: tasks/emby.yml
|
2018-12-23 16:50:20 +00:00
|
|
|
when: emby_enabled
|
2018-11-11 04:15:03 +00:00
|
|
|
tags: emby
|
|
|
|
|
2018-09-23 19:20:10 +00:00
|
|
|
- import_tasks: tasks/tautulli.yml
|
2018-12-23 16:50:20 +00:00
|
|
|
when: tautulli_enabled
|
2018-09-23 19:20:10 +00:00
|
|
|
tags: tautulli
|
2018-09-22 23:58:59 +00:00
|
|
|
|
2018-04-08 22:29:25 +00:00
|
|
|
- import_tasks: tasks/transmission.yml
|
2018-12-23 16:50:20 +00:00
|
|
|
when: transmission_enabled
|
2018-04-08 22:29:25 +00:00
|
|
|
tags: transmission
|
|
|
|
|
|
|
|
- import_tasks: tasks/transmission_with_openvpn.yml
|
2018-12-23 16:50:20 +00:00
|
|
|
when: transmission_with_openvpn_enabled
|
2018-04-08 22:29:25 +00:00
|
|
|
tags: transmission
|
|
|
|
|
|
|
|
- import_tasks: tasks/sonarr.yml
|
2018-12-23 16:50:20 +00:00
|
|
|
when: sonarr_enabled
|
2018-04-08 22:29:25 +00:00
|
|
|
tags: sonarr
|
|
|
|
|
2018-04-10 21:57:28 +00:00
|
|
|
- import_tasks: tasks/radarr.yml
|
2018-12-23 16:50:20 +00:00
|
|
|
when: radarr_enabled
|
2018-04-10 21:57:28 +00:00
|
|
|
tags: radarr
|
|
|
|
|
2018-04-08 22:29:25 +00:00
|
|
|
- import_tasks: tasks/glances.yml
|
2018-12-23 16:50:20 +00:00
|
|
|
when: glances_enabled
|
2018-04-08 22:29:25 +00:00
|
|
|
tags: glances
|
2018-12-23 16:50:20 +00:00
|
|
|
|
2018-11-26 11:09:52 +00:00
|
|
|
- import_tasks: tasks/netdata.yml
|
2018-12-23 16:50:20 +00:00
|
|
|
when: netdata_enabled
|
2018-11-26 11:09:52 +00:00
|
|
|
tags: netdata
|
2018-04-08 22:29:25 +00:00
|
|
|
|
|
|
|
- import_tasks: tasks/duplicati.yml
|
2018-12-23 16:50:20 +00:00
|
|
|
when: duplicati_enabled
|
2018-04-08 22:29:25 +00:00
|
|
|
tags: duplicati
|
|
|
|
|
|
|
|
- import_tasks: tasks/couchpotato.yml
|
2018-12-23 16:50:20 +00:00
|
|
|
when: couchpotato_enabled
|
2018-04-08 22:29:25 +00:00
|
|
|
tags: couchpotato
|
|
|
|
|
|
|
|
- import_tasks: tasks/sickrage.yml
|
2018-12-23 16:50:20 +00:00
|
|
|
when: sickrage_enabled
|
2018-04-08 22:29:25 +00:00
|
|
|
tags: sickrage
|
|
|
|
|
|
|
|
- import_tasks: tasks/znc.yml
|
2018-12-23 16:50:20 +00:00
|
|
|
when: znc_enabled
|
2018-04-08 22:29:25 +00:00
|
|
|
tags: znc
|
|
|
|
|
2018-12-31 00:08:25 +00:00
|
|
|
- import_tasks: tasks/miniflux.yml
|
|
|
|
when: miniflux_enabled
|
|
|
|
tags: miniflux
|
|
|
|
|
2018-09-21 22:37:53 +00:00
|
|
|
- import_tasks: tasks/nextcloud.yml
|
2018-12-23 16:50:20 +00:00
|
|
|
when: nextcloud_enabled
|
2018-09-21 22:37:53 +00:00
|
|
|
tags: nextcloud
|
|
|
|
|
2018-11-13 21:07:50 +00:00
|
|
|
- import_tasks: tasks/gitea.yml
|
2018-12-23 16:50:20 +00:00
|
|
|
when: gitea_enabled
|
2018-11-13 21:07:50 +00:00
|
|
|
tags: gitea
|
|
|
|
|
2018-12-28 01:00:51 +00:00
|
|
|
- import_tasks: tasks/timemachine.yml
|
|
|
|
when: timemachine_enabled
|
|
|
|
tags: timemachine
|
|
|
|
|
2018-04-08 22:29:25 +00:00
|
|
|
- import_tasks: tasks/stats.yml
|
2018-12-23 16:50:20 +00:00
|
|
|
when: stats_enabled
|
2018-04-08 22:29:25 +00:00
|
|
|
tags: stats
|
2018-09-23 19:20:10 +00:00
|
|
|
|
2018-11-19 22:58:06 +00:00
|
|
|
- import_tasks: tasks/guacamole.yml
|
2018-12-23 16:50:20 +00:00
|
|
|
when: guacamole_enabled
|
2018-11-19 22:58:06 +00:00
|
|
|
tags: guacamole
|
|
|
|
|
2019-01-03 15:10:39 +00:00
|
|
|
- import_tasks: tasks/airsonic.yml
|
|
|
|
when: airsonic_enabled
|
2019-01-15 23:24:18 +00:00
|
|
|
tags: airsonic
|
|
|
|
|
|
|
|
- import_tasks: tasks/cloudflare_ddns.yml
|
|
|
|
when: cloudflare_ddns_enabled
|
|
|
|
tags: cloudflare_ddns
|