This an Ansible role to install portainer and docker. Portainer is an excellent UI for docker and quickly spinning up containers using compose.
- Internet Connection to download container images.
To use, use requirements.yml
with the following git source:
---
roles:
- name: dcjulian29.portainer
src: https://github.com/dcjulian29/ansible-role-portainer.git
version: main
Then download it with ansible-galaxy
:
ansible-galaxy install -r requirements.yml
- Ansible Role:
dcjulian29.docker
- Ansible Role:
geerlingguy.pip