Ansible Docker Installation
None.
docker_compose
which is a boolean you can change it true or false if you want docker compose to be installed.
docker_compose_version
which currently is the latest version (2.0.1).
None.
- hosts: servers
become: true
roles:
- role: aminvakil.docker_installation
MIT