Remove some services from default deployment

Services I have not used or not used for a long time will now not be
deployed by default (but could still be specifically targeted through
tags).
This commit is contained in:
Marty Oehme 2024-06-24 20:51:40 +02:00
parent b3f201ed7d
commit 86dd20fbf0
Signed by: Marty
GPG key ID: EDBF2ED917B2EF6A

View file

@ -49,12 +49,16 @@
- name: Install traggo
import_role:
role: traggo
tags: traggo
tags:
- traggo
- never
- name: Install monica
import_role:
role: monica
tags: monica
tags:
- monica
- never
- name: Install nextcloud
import_role:
@ -79,4 +83,6 @@
- name: Install ntfy
import_role:
role: ntfy
tags: ntfy
tags:
- ntfy
- never