summaryrefslogtreecommitdiffstats
path: root/roles/openshift_excluder/tasks/install.yml
Commit message (Collapse)AuthorAgeFilesLines
* Add fedora compatibilityAdam Miller2017-10-061-2/+29
| | | | | | | | | | | - don't check pkg versions on Fedora, it won't work; they move faster than RHEL and it's not realistic to maintain that package list. - handle differences between yum and dnf pkgspec for excluder - work-around for a bug in dnf https://bugzilla.redhat.com/show_bug.cgi?id=1199432 - make requirement verify one play, don't run unnecessary checks on Fedora
* singletonize some role tasks that repeat a lotLuke Meyer2017-06-061-13/+23
|
* Rework openshift_excluders roleRussell Teague2017-05-161-18/+11
|
* Attempt to match version of excluders to target versionScott Dodson2017-03-201-2/+2
|
* extend the excluders to containerized deploymentJan Chaloupka2017-03-091-1/+1
|
* - update excluders to latest, in non-upgrade scenarios do not updateJan Chaloupka2017-03-071-12/+17
| | | | | | - 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/+16
- 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