Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiple improvements #100

Open
wants to merge 12 commits into
base: master
Choose a base branch
from
Open

Multiple improvements #100

wants to merge 12 commits into from

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.

3 participants