summaryrefslogtreecommitdiffstats
path: root/playbooks/container-runtime
Commit message (Collapse)AuthorAgeFilesLines
* Fix container_runtime openshift_containerized_host_groupsMichael Gugino2017-12-212-2/+2
| | | | | | | | | | openshift_containerized_host_groups needs to be referenced via hostvars. This commit also updates tox ansible syntax checks to account for unavailability of hostsvars during syntax checks. Fixes: https://github.com/openshift/openshift-ansible/issues/6540
* Adding support for docker-storage-setup on overlayKenny Woodson2017-12-192-0/+22
|
* Implement container_runtime playbooks and changesMichael Gugino2017-12-073-0/+35
This commit refactors some duplicate code, removes usage of set_fact where not needed, and reorganizes container_runtime role to use include_role.