summaryrefslogtreecommitdiffstats
path: root/roles/openshift_excluder/README.md
Commit message (Collapse)AuthorAgeFilesLines
* Remove openshift.common.service_typeMichael Gugino2017-12-071-4/+1
| | | | | | | | This commit removes openshift.common.service_type in favor of openshift_service_type. This commit also removes r_openshift_excluder_service_type from plays in favor of using the role's defaults.
* Rework openshift_excluders roleRussell Teague2017-05-161-23/+42
|
* Extend repoquery command (of lib_utils role) to ignore excludersJan Chaloupka2017-05-111-5/+8
|
* Simplify excluder enablement logic a bit moreScott Dodson2017-03-201-2/+0
|
* - update excluders to latest, in non-upgrade scenarios do not updateJan Chaloupka2017-03-071-2/+15
| | | | | | - check both available excluder versions are at most of upgrade target version - get excluder status through status command - make excluders enablement configurable
* Add openshift_excluder roleScott Dodson2017-02-061-0/+44
- install -- installs excluders, which enables them too - exclude -- enables the excludes - unexclude -- disables the excludes - status -- sets facts based on status, included in main.yml - reset -- sets excluders back to original state based on recorded facts