An Ansible Role the deploy Swarmpit docker stack on Linux.
- Target has
git
anddocker
running in swarm mode. - Swarmpit supporting Docker 1.13 and newer.
docker
should be installed and working (you can use the geerlingguy.docker role to install).
- hosts: servers
roles:
- { role: ohing504.swarmpit, become: yes }
MIT / BSD
This role was created in 2018 by Youngsup Oh.