diff options
Diffstat (limited to 'deployment/noheat/cluster-rke/ansible/create.yml')
-rw-r--r-- | deployment/noheat/cluster-rke/ansible/create.yml | 5 |
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 |