infrastructure/roles/docker
saibotk 2efc0e6f3c
fix(docker): Install python-requests library for the docker module
This is the only dependency that the docker module needs.
So we are installing this via the system package manager. Should be fine for now, as there does not seem to be incompatibilities or a specific version being requested.
2024-02-22 03:21:39 +01:00
..
defaults fix(docker): Install python-requests library for the docker module 2024-02-22 03:21:39 +01:00
handlers Use FQCN in all tasks 2022-08-13 17:50:54 +02:00
meta !remove(docker): Python SDK install & pyhton path workaround 2024-02-22 01:56:50 +01:00
tasks fix(docker): Install python-requests library for the docker module 2024-02-22 03:21:39 +01:00
README.md !remove(docker): Python SDK install & pyhton path workaround 2024-02-22 01:56:50 +01:00

Docker

This will install Docker from their official repository.

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

None

License

GPL-3.0-only