Commit eb1a7188 authored by semantic-release-bot's avatar semantic-release-bot
Browse files

chore(release): 2.1.3 [skip ci]

parent 1c8fe187
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
## [2.1.3](https://gitlab.com/to-be-continuous/ansible/compare/2.1.2...2.1.3) (2022-02-23)


### Bug Fixes

* **vault:** Vault JWT authentication not working ([1c8fe18](https://gitlab.com/to-be-continuous/ansible/commit/1c8fe187725f8c95e2eec5c5cd6ca6c101223baf))

## [2.1.2](https://gitlab.com/to-be-continuous/ansible/compare/2.1.1...2.1.2) (2022-01-10)


+7 −7
Original line number Diff line number Diff line
@@ -55,7 +55,7 @@ In order to include this template in your project, add the following to your `gi
```yaml
include:
  - project: 'to-be-continuous/ansible'
    ref: '2.1.2'
    ref: '2.1.3'
    file: '/templates/gitlab-ci-ansible.yml'
    
variables:
@@ -275,7 +275,7 @@ The `gitlab-ci` in this example, will show use how to configure the template to
```yaml
include:
  - project: 'to-be-continuous/ansible'
    ref: '2.1.2'
    ref: '2.1.3'
    file: '/templates/gitlab-ci-ansible.yml'
    
variables:
@@ -353,10 +353,10 @@ In the `.gitlab-ci.yml` add the docker template to build your image:
```yaml
include:
  - project: 'to-be-continuous/ansible'
    ref: '2.1.2'
    ref: '2.1.3'
    file: '/templates/gitlab-ci-ansible.yml'
  - project: 'to-be-continuous/docker'
    ref: '2.1.2'
    ref: '2.1.3'
    file: '/templates/gitlab-ci-docker.yml'
    
variables:
@@ -397,7 +397,7 @@ Add this `.gitlab-ci.yml` in the repository of your application project (you wil
```yaml
include:
  - project: 'to-be-continuous/ansible'
    ref: '2.1.2'
    ref: '2.1.3'
    file: '/templates/gitlab-ci-ansible.yml'
    
variables:
@@ -472,11 +472,11 @@ With:
include:
  # main template
  - project: 'to-be-continuous/ansible'
    ref: '2.1.2'
    ref: '2.1.3'
    file: '/templates/gitlab-ci-ansible.yml'
  # Vault variant
  - project: 'to-be-continuous/ansible'
    ref: '2.1.2'
    ref: '2.1.3'
    file: '/templates/gitlab-ci-ansible-vault.yml'

variables:
+1 −1
Original line number Diff line number Diff line
@@ -5,6 +5,6 @@
.ansible-base:
  services:
    - name: "$CI_REGISTRY/to-be-continuous/tools/tracking:master"
      command: ["--service", "ansible", "2.1.2" ]
      command: ["--service", "ansible", "2.1.3" ]
    - name: "$CI_REGISTRY/to-be-continuous/tools/vault-secrets-provider:master"
      alias: "vault-secrets-provider"
+2 −2
Original line number Diff line number Diff line
@@ -426,7 +426,7 @@ stages:
    fi
  }

  if [[ "$TEMPLATE_CHECK_UPDATE_DISABLED" != "true" ]]; then check_for_update ansible "2.1.2"; fi
  if [[ "$TEMPLATE_CHECK_UPDATE_DISABLED" != "true" ]]; then check_for_update ansible "2.1.3"; fi
  unscope_variables
  eval_all_secrets

@@ -435,7 +435,7 @@ stages:
.ansible-base:
  services:
    - name: "$CI_REGISTRY/to-be-continuous/tools/tracking:master"
      command: ["--service", "ansible", "2.1.2" ]
      command: ["--service", "ansible", "2.1.3" ]
  before_script:
    - *ansible-scripts
    - install_ca_certs "${CUSTOM_CA_CERTS:-$DEFAULT_CA_CERTS}"