Michael Gugino 0781eedf90 Replace and refactor openshift_is_containerized in places 7 yıl önce
..
defaults 0bb013f186 Cleanup systemcontainer bits 7 yıl önce
handlers c113074f5b Deprecate using Ansible tests as filters 7 yıl önce
meta e3cf9edff6 Remove references to deployment_type 7 yıl önce
tasks 0781eedf90 Replace and refactor openshift_is_containerized in places 7 yıl önce
templates 842153203f Fix crio pause image syntax 7 yıl önce
vars 5120f8e90c Implement container runtime role 7 yıl önce
README.md 815cb04713 Update roles and playbooks to split cri-o install types 7 yıl önce

README.md

Container Runtime

Ensures docker package or system container is installed, and optionally raises timeout for systemd-udevd.service to 5 minutes.

container-daemon.json items may be found at https://docs.docker.com/engine/reference/commandline/dockerd/#daemon-configuration-file

This role is designed to be used with import_role and tasks_from.

Entry points

  • package_docker.yml - install and setup docker container runtime.
  • systemcontainer_docker.yml - utilize docker + systemcontainer
  • systemcontainer_crio.yml - utilize crio + systemcontainer
  • package_crio.yml - install and setup crio container runtime.
  • registry_auth.yml - place docker login credentials.

Requirements

Ansible 2.4

Dependencies

Depends on openshift_facts having already been run.

Example Playbook

- hosts: servers
  tasks:
  - import_role: container_runtime
    tasks_from: package_docker.yml

License

ASL 2.0

Author Information

Red Hat, Inc