Commit 7c4073c9 authored by semantic-release-bot's avatar semantic-release-bot
Browse files
parent 97460fd8
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
# [6.1.0](https://gitlab.com/to-be-continuous/ansible/compare/6.0.1...6.1.0) (2023-10-03)


### Features

* add ansible-galaxy extra args support ([97460fd](https://gitlab.com/to-be-continuous/ansible/commit/97460fd885b435f917e6763cc4048b6a87c11cfd)), closes [#16](https://gitlab.com/to-be-continuous/ansible/issues/16)

## [6.0.1](https://gitlab.com/to-be-continuous/ansible/compare/6.0.0...6.0.1) (2023-09-27)


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

variables:
+1 −1
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@ variables:
.ansible-base:
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "ansible", "6.0.1" ]
      command: ["--service", "ansible", "6.1.0" ]
    - name: "$TBC_VAULT_IMAGE"
      alias: "vault-secrets-provider"
  variables:
+1 −1
Original line number Diff line number Diff line
@@ -499,7 +499,7 @@ stages:
.ansible-base:
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "ansible", "6.0.1" ]
      command: ["--service", "ansible", "6.1.0" ]
  before_script:
    - *ansible-scripts
    - install_ca_certs "${CUSTOM_CA_CERTS:-$DEFAULT_CA_CERTS}"