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:
parent
b3f201ed7d
commit
86dd20fbf0
1 changed files with 9 additions and 3 deletions
12
site.yml
12
site.yml
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue