aboutsummaryrefslogtreecommitdiffstats
path: root/deployment/noheat/cluster-rke/ansible/create.yml
diff options
context:
space:
mode:
authorMaciej Wereski <m.wereski@partner.samsung.com>2021-07-28 13:38:43 +0000
committerMorgan Richomme <morgan.richomme@orange.com>2021-08-24 13:41:02 +0000
commitc3c919875dfd958c2e6d7ffdd3043dc7310289ab (patch)
tree83586e66a2292aa6a508d08bb9d50006aad644b6 /deployment/noheat/cluster-rke/ansible/create.yml
parent107b0eb0586053e057e6a90722e75ba25a523b28 (diff)
noheat: deploy MetalLB, cert-manager and prometheus
Issue-ID: INT-1601 Signed-off-by: Maciej Wereski <m.wereski@partner.samsung.com> Change-Id: Ia23b7ec2f5dbe3ecc1845f245f6377401daebbf0
Diffstat (limited to 'deployment/noheat/cluster-rke/ansible/create.yml')
-rw-r--r--deployment/noheat/cluster-rke/ansible/create.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/deployment/noheat/cluster-rke/ansible/create.yml b/deployment/noheat/cluster-rke/ansible/create.yml
index c2eca98dc..9a2943b12 100644
--- a/deployment/noheat/cluster-rke/ansible/create.yml
+++ b/deployment/noheat/cluster-rke/ansible/create.yml
@@ -41,3 +41,8 @@
hosts: operator0
roles:
- role: setup_helm
+- name: Install metallb, cert-manager and prometheus
+ hosts: operator0
+ gather_facts: false
+ roles:
+ - role: deps