summaryrefslogtreecommitdiffstats
path: root/roles/openshift_cli/defaults
Commit message (Collapse)AuthorAgeFilesLines
* Properly cast crio boolean variables to boolMichael Gugino2018-01-081-1/+1
| | | | | | | | | | | Variables that are specifically booleans should be cast to bool. This is because users may sometimes pass them as string values. This is particularly prevalent when using ini-style inventories. Affected-by: https://github.com/ansible/ansible/issues/34591 Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1531592
* Implement container runtime roleMichael Gugino2017-12-011-0/+5
|
* Fix system_images_registry variableMichael Gugino2017-11-221-0/+5
| | | | Simplify the logic for this variable.
* Set openshift_version in config playbooks for first master.Devan Goodwin2016-05-251-1/+0
| | | | | | | Starting to remove openshift.docker.openshift_version fact usage. openshift_version should no longer contain a leading 'v' for containerized installs, just a version number.
* The openshift_docker role must set the version facts for containerized installsBrenton Leanhardt2016-04-141-1/+1
| | | | | | QE found that for fresh installs we were basing the docker version facts of the images that could be pulled prior to configuring /etc/sysconfig/docker. This is an edge case but something we need to fix.
* Bug 1322788 - The IMAGE_VERSION wasn't added to atomic-openshift-master-api ↵Brenton Leanhardt2016-04-011-0/+2
and atomic-openshift-master-controllers