diff options
author | Scott Dodson <sdodson@redhat.com> | 2017-09-15 11:08:59 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-15 11:08:59 -0400 |
commit | 844caf96387f151ddbd69aed4bb95fe2a4007c6a (patch) | |
tree | cf99bbeb5d0b4d51b4f6023303c1ba6f41c51665 /playbooks/byo/openshift-nfs | |
parent | 51837924d85f27ccdf83db808746d1a2688685ba (diff) | |
parent | fb24e4d32a13d31b71e8241f1f4f84b1f49eb4b1 (diff) | |
download | openshift-844caf96387f151ddbd69aed4bb95fe2a4007c6a.tar.gz openshift-844caf96387f151ddbd69aed4bb95fe2a4007c6a.tar.bz2 openshift-844caf96387f151ddbd69aed4bb95fe2a4007c6a.tar.xz openshift-844caf96387f151ddbd69aed4bb95fe2a4007c6a.zip |
Merge pull request #5425 from mtnbikenc/fix-openshift-nfs
1491657 Correct firewall install for openshift-nfs
Diffstat (limited to 'playbooks/byo/openshift-nfs')
-rw-r--r-- | playbooks/byo/openshift-nfs/config.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/playbooks/byo/openshift-nfs/config.yml b/playbooks/byo/openshift-nfs/config.yml new file mode 100644 index 000000000..93b24411e --- /dev/null +++ b/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 |