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

chore(release): 6.3.1 [skip ci]

parent afad2207
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
## [6.3.1](https://gitlab.com/to-be-continuous/ansible/compare/6.3.0...6.3.1) (2024-1-28)


### Bug Fixes

* host-key-checking input default value ([afad220](https://gitlab.com/to-be-continuous/ansible/commit/afad220757f6b74c127093e0e1089d7b1377344c))

# [6.3.0](https://gitlab.com/to-be-continuous/ansible/compare/6.2.0...6.3.0) (2024-1-27)


+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.0
  - component: gitlab.com/to-be-continuous/ansible/gitlab-ci-ansible@6.3.1
    # 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.0'
    ref: '6.3.1'
    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.0
  - component: gitlab.com/to-be-continuous/ansible/gitlab-ci-ansible@6.3.1
    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.0
  - component: gitlab.com/to-be-continuous/ansible/gitlab-ci-ansible@6.3.1
    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.0
  - component: gitlab.com/to-be-continuous/ansible/gitlab-ci-ansible@6.3.1
    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.0
  - component: gitlab.com/to-be-continuous/ansible/gitlab-ci-ansible@6.3.1
  # Vault variant
  - component: gitlab.com/to-be-continuous/ansible/gitlab-ci-ansible-vault@6.3.0
  - component: gitlab.com/to-be-continuous/ansible/gitlab-ci-ansible-vault@6.3.1
    inputs:
      # audience claim for JWT
      vault-oidc-aud: "https://vault.acme.host"