From c3c919875dfd958c2e6d7ffdd3043dc7310289ab Mon Sep 17 00:00:00 2001 From: Maciej Wereski Date: Wed, 28 Jul 2021 13:38:43 +0000 Subject: noheat: deploy MetalLB, cert-manager and prometheus Issue-ID: INT-1601 Signed-off-by: Maciej Wereski Change-Id: Ia23b7ec2f5dbe3ecc1845f245f6377401daebbf0 --- deployment/noheat/cluster-rke/ansible/create.yml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'deployment/noheat/cluster-rke/ansible/create.yml') 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 -- cgit 1.2.3-korg