Manjunath A Kumatagi 43e9680b4e Fix review comments há 8 anos atrás
..
defaults 08f1caed84 Only nuke images when crossing the Docker 1.10 boundary in upgrade. há 8 anos atrás
handlers bc114a192e Bug 1317755 - Set insecure-registry for internal registry by default há 9 anos atrás
meta c62cbeedcf bring the docker udev workaround into openshift-ansible.git há 9 anos atrás
tasks 43e9680b4e Fix review comments há 8 anos atrás
vars c64bd90655 Switch to repoquery, enable plugins for satellite support há 8 anos atrás
README.md 8e7c5c970b Containerization work by @sdodson há 9 anos atrás

README.md

Docker

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

Requirements

None

Role Variables

udevw_udevd_dir: location of systemd config for systemd-udevd.service docker_udev_workaround: raises udevd timeout to 5 minutes (https://bugzilla.redhat.com/show_bug.cgi?id=1272446)

Dependencies

None

Example Playbook

- hosts: servers
  roles:
  - role: docker
    docker_udev_workaround: "true"

License

ASL 2.0

Author Information

OpenShift operations, Red Hat, Inc