summaryrefslogtreecommitdiffstats
path: root/roles/openshift_excluder/tasks/exclude.yml
Commit message (Collapse)AuthorAgeFilesLines
* Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1474246Sergi Jimenez2017-07-241-2/+2
| | | | Use absolute path when executing excluder as it's used when checking for excluder.
* Rework openshift_excluders roleRussell Teague2017-05-161-25/+17
|
* Protect against missing commandsScott Dodson2017-03-201-0/+12
| | | | | Rather than trying to keep track of state everywhere, lets just check to see if the command exist before we attempt to run them
* Simplify excluder enablement logic a bit moreScott Dodson2017-03-201-2/+0
|
* enable docker excluder since the time it is installedJan Chaloupka2017-03-161-4/+4
|
* Revert "Enable docker during installation and upgrade by default"Steve Kuznetsov2017-03-141-4/+4
|
* enable docker excluder since the time it is installedJan Chaloupka2017-03-131-4/+4
|
* 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-9/+18
| | | | | | - 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/+11
- 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