Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 985 Bytes

README.md

File metadata and controls

32 lines (21 loc) · 985 Bytes

Ansible Role: portainer

Lint GitHub Issues

This an Ansible role to install portainer and docker. Portainer is an excellent UI for docker and quickly spinning up containers using compose.

Requirements

  • Internet Connection to download container images.

Installation

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

Dependencies

  • Ansible Role: dcjulian29.docker
  • Ansible Role: geerlingguy.pip