noheat deployment: setup NFS server and clients
[integration.git] / deployment / noheat / cluster-rke / ansible / create.yml
index fa24fb1..7304dbb 100644 (file)
@@ -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