Skip to content

Conversation

@DisasteR
Copy link

@DisasteR DisasteR commented Sep 3, 2021

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

pad92 and others added 11 commits September 22, 2020 13:29
according to documentation :

shell – Execute shell commands on targets
It is almost exactly like the command module but runs the command through a shell (/bin/sh) on the remote node.

and:

command – Execute commands on targets
The command(s) will not be processed through the shell, so variables like $HOME and operations like "<", ">", "|", ";" and "&" will not work. Use the shell module if you need these features.
cannot reconfigure docker network if python library are not installed.
Allow to pass extras arg to swarm init.

ex: customize default-addr-pool

```
docker_swarm_init_extra_options: |
  --default-addr-pool 10.184.32.0/19 \
  --default-addr-pool-mask-length 28
```
Fix: Replace fqdn usage with ansible hostname in tasks/setup-swarm-labels.yml
@DisasteR
Copy link
Author

@atosatto any news ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants