A collection of Ansible roles maintained by dzangolab.
- Ansible >= 2.17.6
ansible-galaxy collection install dzangolab.ansibleansible-galaxy collection install dzangolab.ansible --upgradeInstalls AWS CLI v2.
Installs Portainer server and agent as Docker containers in a Docker swarm.
Installs Traefik as a reverse proxy in a Docker swarm, with optional ACME/Let's Encrypt support and a password-protected dashboard.
Copy .env.example to .env and fill in your Ansible Galaxy API key:
cp .env.example .envmake buildmake install.localsource .env && make publishsource .env && make releaseReleases are also published automatically to Ansible Galaxy when a v* tag is pushed to GitHub:
git tag v0.5.0
git push --tagsMIT