-
Notifications
You must be signed in to change notification settings - Fork 148
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
DisasteR
wants to merge
12
commits into
atosatto:master
Choose a base branch
from
Cloud-Temple:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Commits on Sep 22, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 5af9ea2 - Browse repository at this point
Copy the full SHA 5af9ea2View commit details
Commits on Jul 15, 2021
-
Configuration menu - View commit details
-
Copy full SHA for ae81643 - Browse repository at this point
Copy the full SHA ae81643View commit details -
Merge pull request #1 from Cloud-Temple/add-client-cert-api
Add client cert api
Configuration menu - View commit details
-
Copy full SHA for e7dd59b - Browse repository at this point
Copy the full SHA e7dd59bView commit details
Commits on Jul 20, 2021
-
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.
Configuration menu - View commit details
-
Copy full SHA for 39c8ea5 - Browse repository at this point
Copy the full SHA 39c8ea5View commit details
Commits on Jul 22, 2021
-
cannot reconfigure docker network if python library are not installed.
Configuration menu - View commit details
-
Copy full SHA for 0c9279b - Browse repository at this point
Copy the full SHA 0c9279bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2ee15da - Browse repository at this point
Copy the full SHA 2ee15daView commit details -
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 ```
Benjamin Saiz committedJul 22, 2021 Configuration menu - View commit details
-
Copy full SHA for b25ff45 - Browse repository at this point
Copy the full SHA b25ff45View commit details -
Merge pull request #3 from Cloud-Temple/swarm-init-extra-options
swarm init extras options
Configuration menu - View commit details
-
Copy full SHA for bb7bedc - Browse repository at this point
Copy the full SHA bb7bedcView commit details
Commits on Sep 3, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 8d37adb - Browse repository at this point
Copy the full SHA 8d37adbView commit details
Commits on Sep 6, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 3695902 - Browse repository at this point
Copy the full SHA 3695902View commit details -
Merge pull request #4 from ct-sce/fix-get-labels
Fix: Replace fqdn usage with ansible hostname in tasks/setup-swarm-labels.yml
Configuration menu - View commit details
-
Copy full SHA for 0709bcb - Browse repository at this point
Copy the full SHA 0709bcbView commit details
Commits on Apr 11, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 0d7cc3c - Browse repository at this point
Copy the full SHA 0d7cc3cView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.