浏览代码

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