Michael Gugino 801779eeb6 Relocate filter plugins to lib_utils 7 yıl önce
..
defaults 801779eeb6 Relocate filter plugins to lib_utils 7 yıl önce
handlers c113074f5b Deprecate using Ansible tests as filters 7 yıl önce
meta 801779eeb6 Relocate filter plugins to lib_utils 7 yıl önce
tasks 801779eeb6 Relocate filter plugins to lib_utils 7 yıl önce
templates 646dac7564 crio: change socket path to /var/run/crio/crio.sock 7 yıl önce
vars 5120f8e90c Implement container runtime role 7 yıl önce
README.md 2249ba3d08 Implement container_runtime playbooks and changes 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 include_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
  • 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:
  - include_role: container_runtime
    tasks_from: package_docker.yml

License

ASL 2.0

Author Information

Red Hat, Inc