Scott Dodson 8bbe47fb6d Don't set empty HTTP_PROXY, HTTPS_PROXY, NO_PROXY values před 9 roky
..
defaults 18b52f2c4e Downgrade to docker 1.8.2 if installing OSE < 3.2 před 9 roky
handlers bc114a192e Bug 1317755 - Set insecure-registry for internal registry by default před 9 roky
meta c62cbeedcf bring the docker udev workaround into openshift-ansible.git před 9 roky
tasks 8bbe47fb6d Don't set empty HTTP_PROXY, HTTPS_PROXY, NO_PROXY values před 9 roky
vars 18b52f2c4e Downgrade to docker 1.8.2 if installing OSE < 3.2 před 9 roky
README.md 8e7c5c970b Containerization work by @sdodson před 9 roky

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