An Ansible Role that installs Docker on Linux.
None.
Mostly a copy of Jeff Geerling's Docker role BUT;
- Uses Docker destroy/create methods from docker documentation.
- Uses become rather than assuming sudo.
- Haven't done one of these yet.
None.
- hosts: all
roles:
- michft.docker
MIT / BSD