summaryrefslogtreecommitdiffstats
path: root/roles/openshift_hosted/tasks/router/firewall.yml
Commit message (Collapse)AuthorAgeFilesLines
* Refactor openshift_hosted plays and roleMichael Gugino2017-09-251-40/+0
| | | | | | | | | | | | Currently, openshift_hosted role duplicates some logic across separate task chains. This commit cleans up the openshift_hosted role and converts it to be primarily used with include_role to give better logic to the playbooks that utilize this role. This commit also refactors the playbook that calls various openshift_hosted roles into individual playbooks. This allows more granularity for advanced users.
* Updated README to reflect refactor. Moved firewall initialize into separate ↵Kenny Woodson2017-08-101-2/+2
| | | | file.
* Adding a default condition and removing unneeded defaults.Kenny Woodson2017-08-091-4/+4
|
* First attempt at refactor of os_firewallKenny Woodson2017-08-081-0/+40