feat(docker): add ansible role

This commit is contained in:
2025-04-20 19:43:33 +02:00
parent 1024921a74
commit 0771787c98
11 changed files with 155 additions and 0 deletions

13
roles/docker/README.md Normal file
View File

@ -0,0 +1,13 @@
# `finallycoffee.base.docker` ansible role
Install and configure the docker daemon.
## Configuration
- `docker_daemon_config` - configuration for the docker daemon
- `docker_remove_legacy_packages` - clean up old versions of docker (see https://docs.docker.com/engine/install/debian/#uninstall-old-versions)
## Plugins
- `docker_plugin_buildx_enable` - enable the buildx plugin
- `docker_plugin_compose_enable` - enable docker compose