summaryrefslogtreecommitdiffstats
path: root/roles/openshift_management/tasks/main.yml
diff options
context:
space:
mode:
Diffstat (limited to 'roles/openshift_management/tasks/main.yml')
-rw-r--r--roles/openshift_management/tasks/main.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/roles/openshift_management/tasks/main.yml b/roles/openshift_management/tasks/main.yml
index 88290c44d..9be923a57 100644
--- a/roles/openshift_management/tasks/main.yml
+++ b/roles/openshift_management/tasks/main.yml
@@ -22,6 +22,10 @@
######################################################################
# STORAGE - Initialize basic storage class
+- name: Determine the correct NFS host if required
+ include: storage/nfs_server.yml
+ when: openshift_management_storage_class in ['nfs', 'nfs_external']
+
#---------------------------------------------------------------------
# * nfs - set up NFS shares on the first master for a proof of concept
- name: Create required NFS exports for Management app storage