This is a modified version of the Docker Ansible Kubernetse deployment role from kubernetes/contrib. The role installs and configures Docker for you.
No special requirements.
For available variables take a look at the defaults/main.yml
.
[...]
docker_args:
- -s overlay2
None.
An example playbook on how to use this role:
- hosts: servers
roles:
- { role: galexrt.docker }
Apache 2.0
If you have problems with the role, feel free to create an issue on Github or contact me by mail.