Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix container_runtime openshift_containerized_host_groups | Michael Gugino | 2017-12-21 | 2 | -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 overlay | Kenny Woodson | 2017-12-19 | 2 | -0/+22 |
| | |||||
* | Implement container_runtime playbooks and changes | Michael Gugino | 2017-12-07 | 3 | -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. |