Sort items in main.yml
This commit is contained in:
parent
df017b3ee6
commit
17f5aa921b
1 changed files with 53 additions and 51 deletions
|
@ -4,71 +4,73 @@
|
||||||
- name: Install Docker
|
- name: Install Docker
|
||||||
include: setup-docker.yml
|
include: setup-docker.yml
|
||||||
|
|
||||||
- name: Install netdata
|
# Applications
|
||||||
include: netdata.yml
|
|
||||||
|
|
||||||
- name: Install watchtower
|
|
||||||
include: watchtower.yml
|
|
||||||
|
|
||||||
- name: Install portainer
|
|
||||||
include: portainer.yml
|
|
||||||
|
|
||||||
- name: Install whoami
|
|
||||||
include: whoami.yml
|
|
||||||
|
|
||||||
- name: Install emby
|
|
||||||
include: emby.yml
|
|
||||||
|
|
||||||
- name: Install librespeed
|
|
||||||
include: librespeed.yml
|
|
||||||
|
|
||||||
- name: Install gotify
|
|
||||||
include: gotify.yml
|
|
||||||
|
|
||||||
- name: Install traefik
|
|
||||||
include: traefik.yml
|
|
||||||
|
|
||||||
- name: Install calibre
|
- name: Install calibre
|
||||||
include: calibre.yml
|
include: calibre.yml
|
||||||
|
|
||||||
- name: Install gitea
|
|
||||||
include: gitea.yml
|
|
||||||
|
|
||||||
- name: Install yourls
|
|
||||||
include: yourls.yml
|
|
||||||
|
|
||||||
- name: Install tt-rss
|
|
||||||
include: tt-rss.yml
|
|
||||||
|
|
||||||
- name: Install torrent
|
|
||||||
include: torrent.yml
|
|
||||||
|
|
||||||
- name: Install quassel
|
|
||||||
include: quassel.yml
|
|
||||||
|
|
||||||
- name: Install synapse
|
|
||||||
include: synapse.yml
|
|
||||||
|
|
||||||
- name: Install nextcloud
|
|
||||||
include: nextcloud.yml
|
|
||||||
|
|
||||||
- name: Install todoist-github
|
|
||||||
include: todoist-github.yml
|
|
||||||
|
|
||||||
- name: Install duplicati
|
- name: Install duplicati
|
||||||
include: duplicati.yml
|
include: duplicati.yml
|
||||||
|
|
||||||
|
- name: Install emby
|
||||||
|
include: emby.yml
|
||||||
|
|
||||||
- name: Install folding-at-home
|
- name: Install folding-at-home
|
||||||
include: folding-at-home.yml
|
include: folding-at-home.yml
|
||||||
|
|
||||||
- name: Install statping
|
- name: Install gitea
|
||||||
include: statping.yml
|
include: gitea.yml
|
||||||
|
|
||||||
- name: Install wallabag
|
- name: Install gotify
|
||||||
include: wallabag.yml
|
include: gotify.yml
|
||||||
|
|
||||||
|
- name: Install librespeed
|
||||||
|
include: librespeed.yml
|
||||||
|
|
||||||
|
- name: Install netdata
|
||||||
|
include: netdata.yml
|
||||||
|
|
||||||
|
- name: Install nextcloud
|
||||||
|
include: nextcloud.yml
|
||||||
|
|
||||||
- name: Install pihole
|
- name: Install pihole
|
||||||
include: pihole.yml
|
include: pihole.yml
|
||||||
|
|
||||||
|
- name: Install portainer
|
||||||
|
include: portainer.yml
|
||||||
|
|
||||||
|
- name: Install quassel
|
||||||
|
include: quassel.yml
|
||||||
|
|
||||||
|
- name: Install statping
|
||||||
|
include: statping.yml
|
||||||
|
|
||||||
|
- name: Install synapse
|
||||||
|
include: synapse.yml
|
||||||
|
|
||||||
|
- name: Install todoist-github
|
||||||
|
include: todoist-github.yml
|
||||||
|
|
||||||
|
- name: Install torrent
|
||||||
|
include: torrent.yml
|
||||||
|
|
||||||
- name: Install theorangeone.net
|
- name: Install theorangeone.net
|
||||||
include: theorangeone.net.yml
|
include: theorangeone.net.yml
|
||||||
|
|
||||||
|
- name: Install traefik
|
||||||
|
include: traefik.yml
|
||||||
|
|
||||||
|
- name: Install tt-rss
|
||||||
|
include: tt-rss.yml
|
||||||
|
|
||||||
|
- name: Install wallabag
|
||||||
|
include: wallabag.yml
|
||||||
|
|
||||||
|
- name: Install watchtower
|
||||||
|
include: watchtower.yml
|
||||||
|
|
||||||
|
- name: Install whoami
|
||||||
|
include: whoami.yml
|
||||||
|
|
||||||
|
- name: Install yourls
|
||||||
|
include: yourls.yml
|
||||||
|
|
Loading…
Reference in a new issue