2023-05-01 01:45:15 +02:00
|
|
|
# Role `docker`
|
|
|
|
|
2025-02-18 05:33:30 +01:00
|
|
|
Ensures the Docker Engine and other related packages are installed from the Docker repos.
|
|
|
|
For detailed list of packages see: [`tasks/main/02_docker_install.yaml`](./tasks/main/02_docker_install.yaml).
|
2023-05-01 01:45:15 +02:00
|
|
|
|
|
|
|
## Supported Distributions
|
|
|
|
|
|
|
|
The following distributions are supported:
|
|
|
|
|
|
|
|
- Debian 11
|
2025-02-18 05:33:30 +01:00
|
|
|
- Debian 12
|
2023-05-01 01:45:15 +02:00
|
|
|
|
|
|
|
## Required Arguments
|
|
|
|
|
|
|
|
None.
|
|
|
|
|
2025-02-18 05:33:30 +01:00
|
|
|
## Optional Arguments
|
2023-05-01 01:45:15 +02:00
|
|
|
|
2025-02-18 05:33:30 +01:00
|
|
|
None.
|
2023-05-01 01:45:15 +02:00
|
|
|
|
|
|
|
## Links & Resources
|
|
|
|
|
|
|
|
- <https://docs.docker.com/engine/install/debian/>
|