Преглед изворни кода

Correct firewall install for openshift-nfs

Russell Teague пре 7 година
родитељ
комит
fb24e4d32a
2 измењених фајлова са 7 додато и 1 уклоњено
  1. 6 0
      playbooks/byo/openshift-nfs/config.yml
  2. 1 1
      playbooks/common/openshift-nfs/config.yml

+ 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
 - name: Configure nfs
   hosts: oo_nfs_to_config
   hosts: oo_nfs_to_config
   roles:
   roles:
-  - role: openshift_facts
+  - role: os_firewall
   - role: openshift_storage_nfs
   - role: openshift_storage_nfs