Fix site.yml tagging

Now correctly tags each individual task instead of just the
empty role itself.
This commit is contained in:
Marty Oehme 2021-12-09 16:01:49 +01:00
parent b393c0b946
commit b058cd1ace
Signed by: Marty
GPG key ID: B7538B8F50A1C800

View file

@ -3,73 +3,73 @@
- hosts: all
tasks:
- name: Make sure system is fully upgraded
include_role:
import_role:
role: system-upgrade
tags: system-upgrade
tags: system-upgrade
- name: Make sure docker is installed
include_role:
import_role:
role: docker
tags: docker
tags: docker
- name: Make sure docker-swarm is set up
include_role:
import_role:
role: docker-swarm
tags: docker-swarm
tags: docker-swarm
- hosts: docker_swarm_manager_node
tasks:
- name: Install caddy reverse proxy
include_role:
import_role:
role: caddy
tags: caddy
tags: caddy
- name: Install whoami
include_role:
import_role:
role: whoami
tags: whoami
tags: whoami
- name: Install wallabag
include_role:
import_role:
role: wallabag
tags: wallabag
tags: wallabag
- name: Install miniflux
include_role:
import_role:
role: miniflux
tags: miniflux
tags: miniflux
- name: Install searx
include_role:
import_role:
role: searx
tags: searx
tags: searx
- name: Install traggo
include_role:
import_role:
role: traggo
tags: traggo
tags: traggo
- name: Install monica
include_role:
import_role:
role: monica
tags: monica
tags: monica
- name: Install nextcloud
include_role:
import_role:
role: nextcloud
tags: nextcloud
tags: nextcloud
- name: Install shaarli
include_role:
import_role:
role: shaarli
tags: shaarli
tags: shaarli
- name: Install landingpage
include_role:
import_role:
role: landingpage
tags: landingpage
tags: landingpage
- name: Install blog
include_role:
- name: Install my personal blog
import_role:
role: blog
tags: blog
tags: blog