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