infrastructure/roles/docker/README.md

27 lines
704 B
Markdown
Raw Normal View History

2020-08-10 01:37:13 +02:00
Docker
=========
This will install [Docker](https://www.docker.com/) from their official repository and install the docker python library via pip.
Requirements
------------
2021-01-02 04:39:35 +01:00
For CentOS: You will need to have the EPEL repository enabled (eg. by installing the `epel-release` package).
2020-08-10 01:37:13 +02:00
Role Variables
--------------
**Please look at the [defaults/main.yml](defaults/main.yml) for all available variables and their description.**
**Note: Lines that are commented out via `#` are usually still valid/used variables, but they are not defined by default, so they might enable a feature, when uncommenting/defining them!**
Dependencies
------------
2021-01-02 04:39:35 +01:00
- epel (for CentOS)
2020-08-10 01:37:13 +02:00
License
-------
GPL-3.0-only