Browse Source

Correct firewall install for openshift-nfs

Russell Teague 7 years ago
parent
commit
fb24e4d32a

+ 6 - 0
playbooks/byo/openshift-nfs/config.yml

@@ -0,0 +1,6 @@
+---
+- include: ../openshift-cluster/initialize_groups.yml
+
+- include: ../../common/openshift-cluster/std_include.yml
+
+- include: ../../common/openshift-nfs/config.yml

+ 1 - 1
playbooks/common/openshift-nfs/config.yml

@@ -2,5 +2,5 @@
 - name: Configure nfs
   hosts: oo_nfs_to_config
   roles:
-  - role: openshift_facts
+  - role: os_firewall
   - role: openshift_storage_nfs