summaryrefslogtreecommitdiffstats
path: root/playbooks/container-runtime/private/config.yml
Commit message (Collapse)AuthorAgeFilesLines
* Fix container_runtime openshift_containerized_host_groupsMichael Gugino2017-12-211-1/+1
| | | | | | | | | | 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
* Implement container_runtime playbooks and changesMichael Gugino2017-12-071-0/+28
This commit refactors some duplicate code, removes usage of set_fact where not needed, and reorganizes container_runtime role to use include_role.