Russell Teague a0c54c5742 Loosely couple docker to iptables service 8 years ago
..
defaults 910e23336d Skip the docker role in early upgrade stages. 8 years ago
handlers ec9c22ca6a Refactored to use Ansible systemd module 8 years ago
meta 05e189a039 Enable firewalld by default 8 years ago
tasks cd2690c5fd Comma separate no_proxy host list in openshift_facts so that it appears as a string everywhere it is used. 8 years ago
templates a0c54c5742 Loosely couple docker to iptables service 8 years ago
vars b300b2e356 Resolve docker and iptables service dependencies 8 years ago
README.md bda2edf4cb Updating docs for Ansible 2.2 requirements 8 years ago

README.md

Docker

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

Requirements

Ansible 2.2

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

Depends on the os_firewall role.

Example Playbook

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

License

ASL 2.0

Author Information

OpenShift operations, Red Hat, Inc