A heavily opinionated role to install Docker using the convenience script and docker-compose using pip. This role is intended to be used in ARM-based devices like Raspberry Pi although still being runnable on x64 hosts.
No special requirements. Use it in your playbook like this:
- hosts: all
roles:
- blalop.docker_arm
Test the role via molecule:
pip install molecule
molecule test