summaryrefslogtreecommitdiffstats
path: root/roles/openshift_excluder/tasks/unexclude.yml
Commit message (Collapse)AuthorAgeFilesLines
* Use absolute path when unexcludingSergi Jimenez2017-07-241-2/+2
| | | | * As follow-up on #4835, use absolute path also when unexcluding
* Rework openshift_excluders roleRussell Teague2017-05-161-20/+18
|
* Protect against missing commandsScott Dodson2017-03-201-0/+11
| | | | | Rather than trying to keep track of state everywhere, lets just check to see if the command exist before we attempt to run them
* enable docker excluder since the time it is installedJan Chaloupka2017-03-161-6/+4
|
* Revert "Enable docker during installation and upgrade by default"Steve Kuznetsov2017-03-141-4/+6
|
* enable docker excluder since the time it is installedJan Chaloupka2017-03-131-6/+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-8/+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/+12
- 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