infrastructure/roles/docker_compose
2021-01-02 04:41:33 +01:00
..
defaults docker_compose: Add Ubuntu / Debian support 2021-01-02 04:41:33 +01:00
meta docker_compose: Add Ubuntu / Debian support 2021-01-02 04:41:33 +01:00
tasks docker_compose: Add Ubuntu / Debian support 2021-01-02 04:41:33 +01:00
templates/bin docker_compose: Update to 1.26.2 & use bash instead of sh in wrapper 2021-01-01 20:54:27 +01:00
README.md Rename roles to underscore 2020-09-26 18:12:59 +02:00

docker_compose

This will install the docker-compose python library via pip and by default choose another install location, to prevent breaking system-wide pip packages.

Requirements

You will need to have the EPEL repository enabled (eg. by installing the epel-release package), if you want to install docker-compose via yum.

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 (optional/situational)

License

GPL-3.0-only