blob: ea06fd41a9be93d25a01160bf23e429084b35d2d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
|
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
|