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 fa24fb1d6..7304dbb6c 100644 --- a/deployment/noheat/cluster-rke/ansible/create.yml +++ b/deployment/noheat/cluster-rke/ansible/create.yml @@ -1,4 +1,9 @@ --- +- name: Install NFS + hosts: all + become: yes + roles: + - role: setup_nfs - name: Set up bastion node for ONAP Docker registry hosts: "control0" become: yes |