ansible-nas/nas.yml

116 lines
2.3 KiB
YAML
Raw Normal View History

2017-08-28 15:31:54 +00:00
---
- hosts: all
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
tasks:
- import_tasks: tasks/general.yml
2018-12-23 16:50:20 +00:00
tags: general
- import_tasks: tasks/docker.yml
2018-12-23 16:50:20 +00:00
tags: docker
- 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
- import_tasks: tasks/watchtower.yml
when: watchtower_enabled
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
- import_tasks: tasks/emby.yml
2018-12-23 16:50:20 +00:00
when: emby_enabled
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
- import_tasks: tasks/transmission.yml
2018-12-23 16:50:20 +00:00
when: transmission_enabled
tags: transmission
- import_tasks: tasks/transmission_with_openvpn.yml
2018-12-23 16:50:20 +00:00
when: transmission_with_openvpn_enabled
tags: transmission
- import_tasks: tasks/sonarr.yml
2018-12-23 16:50:20 +00:00
when: sonarr_enabled
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
- import_tasks: tasks/glances.yml
2018-12-23 16:50:20 +00:00
when: glances_enabled
tags: glances
2018-12-23 16:50:20 +00:00
- import_tasks: tasks/netdata.yml
2018-12-23 16:50:20 +00:00
when: netdata_enabled
tags: netdata
- import_tasks: tasks/duplicati.yml
2018-12-23 16:50:20 +00:00
when: duplicati_enabled
tags: duplicati
- import_tasks: tasks/couchpotato.yml
2018-12-23 16:50:20 +00:00
when: couchpotato_enabled
tags: couchpotato
- import_tasks: tasks/sickrage.yml
2018-12-23 16:50:20 +00:00
when: sickrage_enabled
tags: sickrage
- import_tasks: tasks/znc.yml
2018-12-23 16:50:20 +00:00
when: znc_enabled
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
- import_tasks: tasks/gitea.yml
2018-12-23 16:50:20 +00:00
when: gitea_enabled
tags: gitea
- import_tasks: tasks/stats.yml
2018-12-23 16:50:20 +00:00
when: stats_enabled
tags: stats
2018-09-23 19:20:10 +00:00
- import_tasks: tasks/guacamole.yml
2018-12-23 16:50:20 +00:00
when: guacamole_enabled
tags: guacamole
2019-01-03 15:10:39 +00:00
- import_tasks: tasks/airsonic.yml
when: airsonic_enabled
tags: airsonic