summaryrefslogtreecommitdiffstats
path: root/roles/container_runtime/defaults
Commit message (Collapse)AuthorAgeFilesLines
* Cast openshift_docker_use_system_container to boolMichael Gugino2018-01-021-1/+1
| | | | | | | | | | | | | openshift_docker_use_system_container might be passed in via ini inventory as 'openshift_docker_use_system_container=false' This condition will be interpreted as a string type, instead of boolean. Casting openshift_docker_use_system_container as bool will achieve the users desired intent. Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1528943
* Move validate_hosts to prerequisites.ymlMichael Gugino2017-12-201-2/+0
| | | | | | Move more checks outside of init/main.yml for speeding up upgrades and other operational plays that need to run.
* Merge pull request #6524 from kwoodson/docker_storage_setup_overlayScott Dodson2017-12-201-0/+14
|\ | | | | Adding support for docker-storage-setup on overlay
| * Adding support for docker-storage-setup on overlayKenny Woodson2017-12-191-0/+14
| |
* | Relocate filter plugins to lib_utilsMichael Gugino2017-12-181-1/+1
|/ | | | | | | | | | | | | | This commit relocates filter_plugings to lib_utils, changes the namespacing to prevent unintended use of older versions that may be present in filter_plugins/ directory on existing installs. Add lib_utils to meta depends for roles Also consolidate some plugins into lib_utils from various other areas. Update rpm spec, obsolete plugin rpms.
* docker: use Fedora /latest/ instead of hardcoding the versionGiuseppe Scrivano2017-12-131-1/+1
| | | | Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
* container-engine: log-opts is a dictionary in the daemon.json fileGiuseppe Scrivano2017-12-081-0/+1
| | | | Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
* crio: define and use l_is_node_system_containerGiuseppe Scrivano2017-12-081-0/+3
| | | | Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
* Implement container_runtime playbooks and changesMichael Gugino2017-12-071-2/+51
| | | | | | This commit refactors some duplicate code, removes usage of set_fact where not needed, and reorganizes container_runtime role to use include_role.
* Implement container runtime roleMichael Gugino2017-12-011-0/+80