Installs Docker (CE).
None.
A list of users who should be able to use Docker on the target hosts.
This adds the requested users to the docker group on the target hosts, which allows them to communicate with the Docker daemon without root access.
More info https://docs.docker.com/engine/install/linux-postinstall/#manage-docker-as-a-non-root-user
A hash of configuration to be stored in /etc/docker/daemon.json.
Allows configuration of the Docker daemon.
E.g.
docker_daemon_config:
experimental: true
ipv6: true
ip6tables: true
fixed-cidr-v6: 2001:aaaa:bbbb:ccc::/64
registry-mirrors:
- https://registry.ipv6.docker.comNone.
- hosts: server
roles:
- joenyland.dockerMIT
⌨️ with ❤️ by Joe Nyland