This role installs and configures Docker
Debian
| Name | Default / Mandatory | Description |
|---|---|---|
docker_daemon_config |
{} |
Docker daemon configuration (reference which is directly written to the configuration JSON |
docker_privileged_users |
[] |
List of users to be added to the docker group |
- hosts: build
roles:
- role: docker
docker_privileged_users:
- jenkins
docker_daemon_config:
mtu: 1400This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.