summaryrefslogtreecommitdiffstats
path: root/roles/openshift_hosted/tasks/secure.yml
Commit message (Collapse)AuthorAgeFilesLines
* Include Deprecation: Convert to include_tasksRussell Teague2017-12-061-4/+2
|
* Fix hosted varsMichael Gugino2017-12-051-7/+1
| | | | | | Remove hosted vars from openshift_facts. The current pattern is causing a bunch of undesired sideffects.
* Removed old version codeMichael Gugino2017-11-141-1/+1
| | | | | | This commit removes any references to versions < 1.5/3.5 We assume the version is always greater than or equal to 1.5/3.5.
* Refactor openshift_hosted plays and roleMichael Gugino2017-09-251-0/+119
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.