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

Commits on Sep 22, 2020

  1. ✨ add swarm client cert

    pad92 committed Sep 22, 2020
    Configuration menu
    Copy the full SHA
    5af9ea2 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2021

  1. Configuration menu
    Copy the full SHA
    ae81643 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from Cloud-Temple/add-client-cert-api

    Add client cert api
    pad92 authored Jul 15, 2021
    Configuration menu
    Copy the full SHA
    e7dd59b View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2021

  1. fix job Generate client crt

    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.
    pad92 authored Jul 20, 2021
    Configuration menu
    Copy the full SHA
    39c8ea5 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2021

  1. fix step order

    cannot reconfigure docker network if python library are not installed.
    DisasteR authored Jul 22, 2021
    Configuration menu
    Copy the full SHA
    0c9279b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2 from Cloud-Temple/fix-step-order

    fix step order
    pad92 authored Jul 22, 2021
    Configuration menu
    Copy the full SHA
    2ee15da View commit details
    Browse the repository at this point in the history
  3. swarm init extras options

    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 committed Jul 22, 2021
    Configuration menu
    Copy the full SHA
    b25ff45 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #3 from Cloud-Temple/swarm-init-extra-options

    swarm init extras options
    pad92 authored Jul 22, 2021
    Configuration menu
    Copy the full SHA
    bb7bedc View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2021

  1. Configuration menu
    Copy the full SHA
    8d37adb View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2021

  1. Configuration menu
    Copy the full SHA
    3695902 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4 from ct-sce/fix-get-labels

    Fix: Replace fqdn usage with ansible hostname in tasks/setup-swarm-labels.yml
    pad92 authored Sep 6, 2021
    Configuration menu
    Copy the full SHA
    0709bcb View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2022

  1. Configuration menu
    Copy the full SHA
    0d7cc3c View commit details
    Browse the repository at this point in the history