|
7 years ago | |
---|---|---|
.. | ||
defaults | 7 years ago | |
handlers | 7 years ago | |
meta | 7 years ago | |
tasks | 7 years ago | |
templates | 7 years ago | |
vars | 8 years ago | |
README.md | 7 years ago |
Ensures docker package or system container is installed, and optionally raises timeout for systemd-udevd.service to 5 minutes.
container-daemon.json items may be found at https://docs.docker.com/engine/reference/commandline/dockerd/#daemon-configuration-file
Ansible 2.2
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
Depends on the os_firewall role.
- hosts: servers
roles:
- role: docker
docker_udev_workaround: "true"
docker_use_system_container: False
ASL 2.0
OpenShift operations, Red Hat, Inc