Loading README.md +7 −7 Original line number Diff line number Diff line Loading @@ -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.4 - component: $CI_SERVER_FQDN/to-be-continuous/ansible/gitlab-ci-ansible@6.3.4 # 2: set/override component inputs inputs: # ⚠ this is only an example Loading Loading @@ -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.4 - component: $CI_SERVER_FQDN/to-be-continuous/ansible/gitlab-ci-ansible@6.3.4 inputs: # In this example, let's consider that you have one inventory per platform # and only one playbook file for all environments Loading Loading @@ -464,8 +464,8 @@ 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.4 - component: $CI_SERVER_FQDN/to-be-continuous/docker/gitlab-ci-docker@someversion - component: $CI_SERVER_FQDN/to-be-continuous/ansible/gitlab-ci-ansible@6.3.4 inputs: # In this example, let's consider that you have one inventory per platform # and only one playbook file for all environments Loading @@ -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.4 - component: $CI_SERVER_FQDN/to-be-continuous/ansible/gitlab-ci-ansible@6.3.4 inputs: # In this example, let's consider that you have one inventory per platform # and only one playbook file for all environments Loading Loading @@ -558,9 +558,9 @@ With: ```yaml include: # main template - component: gitlab.com/to-be-continuous/ansible/gitlab-ci-ansible@6.3.4 - component: $CI_SERVER_FQDN/to-be-continuous/ansible/gitlab-ci-ansible@6.3.4 # Vault variant - component: gitlab.com/to-be-continuous/ansible/gitlab-ci-ansible-vault@6.3.4 - component: $CI_SERVER_FQDN/to-be-continuous/ansible/gitlab-ci-ansible-vault@6.3.4 inputs: # audience claim for JWT vault-oidc-aud: "https://vault.acme.host" Loading Loading
README.md +7 −7 Original line number Diff line number Diff line Loading @@ -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.4 - component: $CI_SERVER_FQDN/to-be-continuous/ansible/gitlab-ci-ansible@6.3.4 # 2: set/override component inputs inputs: # ⚠ this is only an example Loading Loading @@ -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.4 - component: $CI_SERVER_FQDN/to-be-continuous/ansible/gitlab-ci-ansible@6.3.4 inputs: # In this example, let's consider that you have one inventory per platform # and only one playbook file for all environments Loading Loading @@ -464,8 +464,8 @@ 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.4 - component: $CI_SERVER_FQDN/to-be-continuous/docker/gitlab-ci-docker@someversion - component: $CI_SERVER_FQDN/to-be-continuous/ansible/gitlab-ci-ansible@6.3.4 inputs: # In this example, let's consider that you have one inventory per platform # and only one playbook file for all environments Loading @@ -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.4 - component: $CI_SERVER_FQDN/to-be-continuous/ansible/gitlab-ci-ansible@6.3.4 inputs: # In this example, let's consider that you have one inventory per platform # and only one playbook file for all environments Loading Loading @@ -558,9 +558,9 @@ With: ```yaml include: # main template - component: gitlab.com/to-be-continuous/ansible/gitlab-ci-ansible@6.3.4 - component: $CI_SERVER_FQDN/to-be-continuous/ansible/gitlab-ci-ansible@6.3.4 # Vault variant - component: gitlab.com/to-be-continuous/ansible/gitlab-ci-ansible-vault@6.3.4 - component: $CI_SERVER_FQDN/to-be-continuous/ansible/gitlab-ci-ansible-vault@6.3.4 inputs: # audience claim for JWT vault-oidc-aud: "https://vault.acme.host" Loading