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
|
- name: Install traggo
|
||||||
import_role:
|
import_role:
|
||||||
role: traggo
|
role: traggo
|
||||||
tags: traggo
|
tags:
|
||||||
|
- traggo
|
||||||
|
- never
|
||||||
|
|
||||||
- name: Install monica
|
- name: Install monica
|
||||||
import_role:
|
import_role:
|
||||||
role: monica
|
role: monica
|
||||||
tags: monica
|
tags:
|
||||||
|
- monica
|
||||||
|
- never
|
||||||
|
|
||||||
- name: Install nextcloud
|
- name: Install nextcloud
|
||||||
import_role:
|
import_role:
|
||||||
|
|
@ -79,4 +83,6 @@
|
||||||
- name: Install ntfy
|
- name: Install ntfy
|
||||||
import_role:
|
import_role:
|
||||||
role: ntfy
|
role: ntfy
|
||||||
tags: ntfy
|
tags:
|
||||||
|
- ntfy
|
||||||
|
- never
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue