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

chore(release): 7.4.0 [skip ci]

parent 44c60faf
Loading
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
# [7.4.0](https://gitlab.com/to-be-continuous/ansible/compare/7.3.0...7.4.0) (2026-03-23)


### Bug Fixes

* typo in public_key variable fallback ([ba7e51d](https://gitlab.com/to-be-continuous/ansible/commit/ba7e51d400d9df383b94cbce4ee3a72fc8a96250))


### Features

* add ANSIBLE_DEFAULT_PRIVATE_KEY for ansible 2.9 compatibility ([1c39af5](https://gitlab.com/to-be-continuous/ansible/commit/1c39af5a1a930d754312e58b0585e4fd342c6153))

# [7.3.0](https://gitlab.com/to-be-continuous/ansible/compare/7.2.1...7.3.0) (2026-02-28)


+9 −9
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: $CI_SERVER_FQDN/to-be-continuous/ansible/gitlab-ci-ansible@7.3.0
  - component: $CI_SERVER_FQDN/to-be-continuous/ansible/gitlab-ci-ansible@7.4.0
    # 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: '7.3.0'
    ref: '7.4.0'
    file: '/templates/gitlab-ci-ansible.yml'

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

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

```yaml
include:
  - component: $CI_SERVER_FQDN/to-be-continuous/ansible/gitlab-ci-ansible@7.3.0
  - component: $CI_SERVER_FQDN/to-be-continuous/ansible/gitlab-ci-ansible@7.4.0
    inputs:
      # In this example, let's consider that you have one inventory per platform 
      # and only one playbook file for all environments
@@ -617,9 +617,9 @@ With:
```yaml
include:
  # main template
  - component: $CI_SERVER_FQDN/to-be-continuous/ansible/gitlab-ci-ansible@7.3.0
  - component: $CI_SERVER_FQDN/to-be-continuous/ansible/gitlab-ci-ansible@7.4.0
  # Vault variant
  - component: $CI_SERVER_FQDN/to-be-continuous/ansible/gitlab-ci-ansible-vault@7.3.0
  - component: $CI_SERVER_FQDN/to-be-continuous/ansible/gitlab-ci-ansible-vault@7.4.0
    inputs:
      # audience claim for JWT
      vault-oidc-aud: "https://vault.acme.host"
@@ -678,9 +678,9 @@ With a common default `GCP_OIDC_PROVIDER` and `GCP_OIDC_ACCOUNT` configuration f
```yaml
include:
  # main template
  - component: gitlab.com/to-be-continuous/ansible/gitlab-ci-ansible@7.3.0
  - component: gitlab.com/to-be-continuous/ansible/gitlab-ci-ansible@7.4.0
  # Google Cloud variant
  - component: gitlab.com/to-be-continuous/ansible/gitlab-ci-ansible-gcp@7.3.0
  - component: gitlab.com/to-be-continuous/ansible/gitlab-ci-ansible-gcp@7.4.0
    inputs:
      # common OIDC config for non-prod envs
      gcp-oidc-provider: "projects/<gcp_nonprod_proj_id>/locations/global/workloadIdentityPools/<pool_id>/providers/<provider_id>"
+1 −1
Original line number Diff line number Diff line
@@ -23,7 +23,7 @@ variables:
.ansible-base:
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "ansible", "7.3.0"]
      command: ["--service", "ansible", "7.4.0"]
    - name: "$TBC_VAULT_IMAGE"
      alias: "vault-secrets-provider"
      variables:
+1 −1
Original line number Diff line number Diff line
@@ -826,7 +826,7 @@ stages:
.ansible-base:
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "ansible", "7.3.0"]
      command: ["--service", "ansible", "7.4.0"]
  variables:
    ANSIBLE_HOME: $CI_PROJECT_DIR/$ANSIBLE_PROJECT_DIR/.ansible
  cache: