Skip to content
Snippets Groups Projects
Verified Commit 69534d4c authored by Varac's avatar Varac
Browse files

Tag all playbooks in apps role with helmfile

parent c2f5d04a
No related branches found
No related tags found
No related merge requests found
---
- name: Import tasks from init.yml
import_tasks: init.yml
tags: [ helmfile ]
- name: Install local-storage
import_tasks: local-storage.yml
tags: [ helmfile ]
when: '"00-storage" in helmfiles'
- name: Install cert-manager
import_tasks: cert-manager.yml
tags: [ helmfile ]
when: '"05-cert-manager" in helmfiles'
- name: Install nginx
import_tasks: nginx.yml
tags: [ helmfile ]
when: '"10-nginx" in helmfiles'
- name: Install prometheus
import_tasks: prometheus.yml
tags: [ helmfile ]
when: '"15-monitoring" in helmfiles'
- name: Install nextcloud
import_tasks: nextcloud.yml
when: '"20-nextcloud.yaml" in helmfiles'
tags: [ helmfile ]
when: '"20-nextcloud" in helmfiles'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment