Skip to content

blalop/ansible-role-docker_arm

Repository files navigation

Ansible role: Docker for ARM

CI Ansible Galaxy

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.

Requirements

No special requirements. Use it in your playbook like this:

- hosts: all
  roles:
    - blalop.docker_arm

Testing

Test the role via molecule:

pip install molecule
molecule test