Steve Milner bdf66ab41f Use local variables for daemon.json template 8 năm trước cách đây
..
defaults 910e23336d Skip the docker role in early upgrade stages. 8 năm trước cách đây
handlers 4411553014 System container docker 8 năm trước cách đây
meta 4411553014 System container docker 8 năm trước cách đây
tasks bdf66ab41f Use local variables for daemon.json template 8 năm trước cách đây
templates bdf66ab41f Use local variables for daemon.json template 8 năm trước cách đây
vars 4411553014 System container docker 8 năm trước cách đây
README.md 4411553014 System container docker 8 năm trước cách đây

README.md

Docker

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

Requirements

Ansible 2.2

Role Variables

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

Dependencies

Depends on the os_firewall role.

Example Playbook

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

License

ASL 2.0

Author Information

OpenShift operations, Red Hat, Inc