ansible-dockerswarm icon indicating copy to clipboard operation
ansible-dockerswarm copied to clipboard

Docker Engine clustering using "Swarm Mode" and Ansible

Results 22 ansible-dockerswarm issues
Sort by recently updated
recently updated
newest added

- allow to pass swarm init options - allow to setup swarm certificates

https://github.com/atosatto/ansible-dockerswarm/blob/579f802ec3b97a6a57f1362fdea04006d13b4ee2/vars/Debian.yml#L4 while running this role on Ubuntu 20, it raises an error `python-pip` package not found, instead it should be `python3-pip` Whenever I install this role, I have manually to...

- tries to address the issue raised by @higidi here, [link](https://github.com/atosatto/ansible-dockerswarm/pull/86#issuecomment-704522962) - tested with Ubuntu 18.04 and Ubuntu 20.04 - credit to @jifox

I am using your role currently like so: 1. I use it it to setup the "base" system (docker, docker-py, etc.) 2. I install docker plugins with another role 3....

suggest to add an example: ``` docker_package_version: "5:19.03.12~3-0~ubuntu-focal" ``` ``` user@ubuntu2004:$ apt-cache madison docker-ce docker-ce | 5:20.10.5~3-0~ubuntu-focal | https://download.docker.com/linux/ubuntu focal/stable amd64 Packages docker-ce | 5:20.10.4~3-0~ubuntu-focal | https://download.docker.com/linux/ubuntu focal/stable amd64 Packages...

Please let me know if I can install this behind a proxy.

when removing labels as they could have been added outside this role, thus making swarm_labels undefined. Fixes upstream issue #96.

Hi, When docker labels are added to nodes of an already provisioned cluster with this role without using the `swarm_labels` variable in the inventory file, but by for example, adding...