summaryrefslogtreecommitdiffstats
path: root/ansible/site.yml
diff options
context:
space:
mode:
authorBartek Grzybowski <b.grzybowski@partner.samsung.com>2021-06-01 13:14:39 +0200
committerBartek Grzybowski <b.grzybowski@partner.samsung.com>2021-06-29 10:44:39 +0200
commit949291fc4ab874603e293bd1db49c5b3f4eeac69 (patch)
tree741f72e87043852ad5cad52657345b41551aaabb /ansible/site.yml
parente7b3a9550a7781866d3b15bfa2dac8c7625581b9 (diff)
[ANSIBLE] Add kube_prometheus playbook
Change-Id: I65a7560423554d375b825fe0de04e6dd558e9371 Issue-ID: INT-1926 Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
Diffstat (limited to 'ansible/site.yml')
-rw-r--r--ansible/site.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/ansible/site.yml b/ansible/site.yml
index 7e22c5b2..6f00a9a2 100644
--- a/ansible/site.yml
+++ b/ansible/site.yml
@@ -16,5 +16,7 @@
- import_playbook: resources.yml
- import_playbook: infrastructure.yml
- import_playbook: rke.yml
+- import_playbook: kube_prometheus.yml
+ when: kube_prometheus_stack_enabled
- import_playbook: application.yml