An Ansible role to install the official Docker Community Edition engine. Supported distributions are the currently maintained releases of the Red Hat family and derivatives, and Ubuntu LTS.
Currently tests succeed on my Rocky Linux 8 developemnt machine for all distros provided I enable iptables in the running kernel. I'm currently trying to address this problem within GitHub Actions.
None.
The variables that control the role behaviour are listed below with their respective defaults:
docker_compose_version: v2.2.2
The docker-compose release to be installed, as indicated on the Releases page of the docker-compose GitHub project.
None.
- hosts: servers
roles:
- role: nmusatti.docker_ce
Note the underscore in the name. Ansible Galaxy did not accept my submission otherwise.
GPLv3
Nicola Musatti - https://github.com/nmusatti