Eric Mountain efe65a4315 Fixes typo assigning docker_service_status_changed which leads to misinterpretation in handler. пре 9 година
..
handlers 043d6b3a7e fixes пре 9 година
meta c62cbeedcf bring the docker udev workaround into openshift-ansible.git пре 9 година
tasks efe65a4315 Fixes typo assigning docker_service_status_changed which leads to misinterpretation in handler. пре 9 година
vars c62cbeedcf bring the docker udev workaround into openshift-ansible.git пре 9 година
README.md 8e7c5c970b Containerization work by @sdodson пре 9 година

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