This Ansible role installs the Docker CE repository and Docker itself. It will start and enable the service so that the host is ready to run containers.
Example of how to use the role:
- hosts: all
become: true
roles:
- role: elan.docker_install