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:31:56 +0000
committerMorgan Richomme <morgan.richomme@orange.com>2021-08-24 13:41:02 +0000
commit6682483facf8887899e58e04af22ac415707ddb1 (patch)
tree7add2cb3da9b60c25abc6e8e40f566f67620e6ce /deployment/noheat/cluster-rke/ansible/create.yml
parent0aed89d464d75deb29980b0401b0456ca110b95e (diff)
noheat: deploy kubernetes
Issue-ID: INT-1601 Signed-off-by: Maciej Wereski <m.wereski@partner.samsung.com> Change-Id: Ia9e567b867e6cd0f7988be7c53c034f3335f0320
Diffstat (limited to 'deployment/noheat/cluster-rke/ansible/create.yml')
-rw-r--r--deployment/noheat/cluster-rke/ansible/create.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/deployment/noheat/cluster-rke/ansible/create.yml b/deployment/noheat/cluster-rke/ansible/create.yml
index 00e5f230a..49a48d4c2 100644
--- a/deployment/noheat/cluster-rke/ansible/create.yml
+++ b/deployment/noheat/cluster-rke/ansible/create.yml
@@ -25,3 +25,7 @@
hosts: control,workers
roles:
- role: setup_docker
+- name: Deploy k8s
+ hosts: operator0
+ roles:
+ - role: setup_k8s