aboutsummaryrefslogtreecommitdiffstats
path: root/deployment/noheat/cluster-rke/ansible/create.yml
diff options
context:
space:
mode:
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 296bb9536..00e5f230a 100644
--- a/deployment/noheat/cluster-rke/ansible/create.yml
+++ b/deployment/noheat/cluster-rke/ansible/create.yml
@@ -20,3 +20,8 @@
line: "{{ hostvars['nfs0']['ansible_default_ipv4']['address'] }} {{ item }}"
loop:
- "nexus3.onap.org"
+- name: Install Docker
+ become: yes
+ hosts: control,workers
+ roles:
+ - role: setup_docker