blob: 665b1b012538796601fac70d7207650b44d5cbed (
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
39
40
41
42
43
44
|
Container Runtime
=========
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
This role is designed to be used with import_role and tasks_from.
Entry points
------------
* package_docker.yml - install and setup docker container runtime.
* systemcontainer_docker.yml - utilize docker + systemcontainer
* systemcontainer_crio.yml - utilize crio + systemcontainer
* registry_auth.yml - place docker login credentials.
Requirements
------------
Ansible 2.4
Dependencies
------------
Depends on openshift_facts having already been run.
Example Playbook
----------------
- hosts: servers
tasks:
- import_role: container_runtime
tasks_from: package_docker.yml
License
-------
ASL 2.0
Author Information
------------------
Red Hat, Inc
|