infrastructure/roles/docker
Saibotk 06fa8b98ef
docker & docker_compose: Use virtualenv & correct python version
This ensures failure when trying to install newer versions, that are not supported on python2.7 anymore, when python3 is also installed on the system.
2022-06-18 11:46:33 +02:00
..
defaults format: Satisfy ansible-lint 2021-09-14 01:45:22 +02:00
handlers Initial commit 2020-08-10 01:37:13 +02:00
meta docker: Add Ubuntu / Debian support 2021-01-02 04:39:35 +01:00
tasks docker & docker_compose: Use virtualenv & correct python version 2022-06-18 11:46:33 +02:00
README.md docker: Add Ubuntu / Debian support 2021-01-02 04:39:35 +01:00

Docker

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

Requirements

For CentOS: 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 (for CentOS)

License

GPL-3.0-only