diff options
author | Maciej Wereski <m.wereski@partner.samsung.com> | 2021-07-28 13:19:50 +0000 |
---|---|---|
committer | Morgan Richomme <morgan.richomme@orange.com> | 2021-08-24 13:41:02 +0000 |
commit | 0aed89d464d75deb29980b0401b0456ca110b95e (patch) | |
tree | 616889ec360a313fcc8f9d9e482f64c62a6e9217 /deployment/noheat/cluster-rke/ansible/create.yml | |
parent | d3ca7e0aff94ff066e2f17702adca7a1ac20285f (diff) |
noheat: deploy Docker
Issue-ID: INT-1601
Signed-off-by: Maciej Wereski <m.wereski@partner.samsung.com>
Change-Id: Ieb1bdd761099f707223e8b04f5c117dd86ef6b1f
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 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 |