infrastructure/roles/docker
2021-01-02 01:43:45 +01:00
..
defaults docker / docker_compose: Update python library path to be more generic 2021-01-02 01:43:45 +01:00
handlers Initial commit 2020-08-10 01:37:13 +02:00
meta Initial commit 2020-08-10 01:37:13 +02:00
tasks Initial commit 2020-08-10 01:37:13 +02:00
README.md Initial commit 2020-08-10 01:37:13 +02:00

Docker

This will install Docker from their official repository and install the docker python library via pip.

Requirements

You will need to have the EPEL repository enabled (eg. by installing the epel-release package).

Role Variables

Please look at the 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

  • epel

License

GPL-3.0-only