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

chore(release): 6.3.3 [skip ci]

parent 13d2b81a
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
## [6.3.3](https://gitlab.com/to-be-continuous/ansible/compare/6.3.2...6.3.3) (2024-04-03)


### Bug Fixes

* **vault:** use vault-secrets-provider's "latest" image tag ([13d2b81](https://gitlab.com/to-be-continuous/ansible/commit/13d2b81aaf32ad00e7c44dde459680e48b6da59f))

## [6.3.2](https://gitlab.com/to-be-continuous/ansible/compare/6.3.1...6.3.2) (2024-1-30)


+7 −7
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@ Add the following to your `gitlab-ci.yml`:
```yaml
include:
  # 1: include the component
  - component: gitlab.com/to-be-continuous/ansible/gitlab-ci-ansible@6.3.2
  - component: gitlab.com/to-be-continuous/ansible/gitlab-ci-ansible@6.3.3
    # 2: set/override component inputs
    inputs:
      # ⚠ this is only an example
@@ -34,7 +34,7 @@ Add the following to your `gitlab-ci.yml`:
include:
  # 1: include the template
  - project: 'to-be-continuous/ansible'
    ref: '6.3.2'
    ref: '6.3.3'
    file: '/templates/gitlab-ci-ansible.yml'

variables:
@@ -397,7 +397,7 @@ The `gitlab-ci` in this example, will show use how to configure the template to

```yaml
include:
  - component: gitlab.com/to-be-continuous/ansible/gitlab-ci-ansible@6.3.2
  - component: gitlab.com/to-be-continuous/ansible/gitlab-ci-ansible@6.3.3
    inputs:
      # In this example, let's consider that you have one inventory per platform 
      # and only one playbook file for all environments
@@ -465,7 +465,7 @@ In the `.gitlab-ci.yml` add the docker template to build your image:
```yaml
include:
  - component: gitlab.com/to-be-continuous/docker/gitlab-ci-docker@someversion
  - component: gitlab.com/to-be-continuous/ansible/gitlab-ci-ansible@6.3.2
  - component: gitlab.com/to-be-continuous/ansible/gitlab-ci-ansible@6.3.3
    inputs:
      # In this example, let's consider that you have one inventory per platform 
      # and only one playbook file for all environments
@@ -492,7 +492,7 @@ Add this `.gitlab-ci.yml` in the repository of your application project (you wil

```yaml
include:
  - component: gitlab.com/to-be-continuous/ansible/gitlab-ci-ansible@6.3.2
  - component: gitlab.com/to-be-continuous/ansible/gitlab-ci-ansible@6.3.3
    inputs:
      # In this example, let's consider that you have one inventory per platform 
      # and only one playbook file for all environments
@@ -558,9 +558,9 @@ With:
```yaml
include:
  # main template
  - component: gitlab.com/to-be-continuous/ansible/gitlab-ci-ansible@6.3.2
  - component: gitlab.com/to-be-continuous/ansible/gitlab-ci-ansible@6.3.3
  # Vault variant
  - component: gitlab.com/to-be-continuous/ansible/gitlab-ci-ansible-vault@6.3.2
  - component: gitlab.com/to-be-continuous/ansible/gitlab-ci-ansible-vault@6.3.3
    inputs:
      # audience claim for JWT
      vault-oidc-aud: "https://vault.acme.host"