Skip to content
Snippets Groups Projects
Commit 6b429969 authored by r0zehnal0vak's avatar r0zehnal0vak
Browse files

added tags

parent 627018d4
No related branches found
No related tags found
No related merge requests found
...@@ -3,6 +3,8 @@ ...@@ -3,6 +3,8 @@
name: prometheus-community name: prometheus-community
repo_url: https://prometheus-community.github.io/helm-charts repo_url: https://prometheus-community.github.io/helm-charts
when: install_monitoring_task | bool when: install_monitoring_task | bool
tags:
- monitoring
- name: Deploy prometheus-community chart - name: Deploy prometheus-community chart
kubernetes.core.helm: kubernetes.core.helm:
...@@ -14,4 +16,6 @@ ...@@ -14,4 +16,6 @@
values_files: values_files:
- "{{ role_path }}/templates/prometheus_values.yaml" - "{{ role_path }}/templates/prometheus_values.yaml"
when: install_monitoring_task | bool when: install_monitoring_task | bool
tags:
- monitoring
...@@ -3,6 +3,8 @@ ...@@ -3,6 +3,8 @@
name: ingress-nginx name: ingress-nginx
repo_url: "https://kubernetes.github.io/ingress-nginx" repo_url: "https://kubernetes.github.io/ingress-nginx"
when: install_nginx_task | bool when: install_nginx_task | bool
tags:
- ingress
- name: Install Ingress-Nginx chart - name: Install Ingress-Nginx chart
kubernetes.core.helm: kubernetes.core.helm:
...@@ -14,3 +16,5 @@ ...@@ -14,3 +16,5 @@
values_files: values_files:
- "{{ role_path }}/templates/values.yaml" - "{{ role_path }}/templates/values.yaml"
when: install_nginx_task | bool when: install_nginx_task | bool
tags:
- ingress
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment