atosatto / ansible-dockerswarm

Docker Engine clustering using "Swarm Mode" and Ansible
https://galaxy.ansible.com/atosatto/docker-swarm/
MIT License
264 stars 148 forks source link

update galaxy #26

Closed oppianmatt closed 4 years ago

oppianmatt commented 7 years ago

Version in ansible galaxy is missing the swarm_labels stuff. Mind updating it please?

atosatto commented 7 years ago

Ehi @oppianmatt, yes I know that it's not (yet) on galaxy. As a temporary workaround you might want to add

- src: https://github.com/atosatto/ansible-dockerswarm.git
  scm: git
  version: master
  name: atosatto.docker-swarm

to your requirements.yml file.

I will do a new tagged release as soon as I will fix the CI. I'm currently working on switching to Molecule v2.

rightisleft commented 6 years ago

+1

atosatto commented 6 years ago

Will do it as soon as we get a stable master. Currently we're working on a better way to handle ssh reconnection and on an improved test suite

marcgarciajr commented 6 years ago

really useful ansible role. would love if we got the labels portion also. +1

juanluisbaptiste commented 4 years ago

Hi,

Is the role in galaxy updated with the latest release here ?

Thanks.

atosatto commented 4 years ago

Yes, ansible-galaxy has now v2.0.0 of the role.