summaryrefslogtreecommitdiffstats
path: root/playbooks/common/openshift-cluster/create_persistent_volumes.yml
Commit message (Collapse)AuthorAgeFilesLines
* Fix prometheus role nfsZohar Galor2017-10-161-0/+9
| | | | | | Allow for external or internal nfs. use facts as used for logging and metrics. Update prometheus-alertmanager image to v0.9.1
* Refactor openshift_hosted plays and roleMichael Gugino2017-09-251-0/+9
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.