Skip to content

Commit 3ab99e5

Browse files
committed
Add new playbooks
1 parent 7662c1d commit 3ab99e5

File tree

6 files changed

+3
-3
lines changed

6 files changed

+3
-3
lines changed

doc/source/configuration/ci-cd.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ Runner Deployment
287287
288288
kayobe infra vm host configure --limit gitlab-runner-01
289289
290-
9. Run :code:`kayobe playbook run ${KAYOBE_CONFIG_PATH}/ansible/deploy-gitlab-runner.yml`
290+
9. Run :code:`kayobe playbook run ${KAYOBE_CONFIG_PATH}/ansible/deployment/deploy-gitlab-runner.yml`
291291

292292
10. Check runners have registered properly by visiting the repository's :code:`CI/CD` tab -> :code:`Runners`
293293

@@ -304,7 +304,7 @@ However, if you have a single host that is shared between environments then Open
304304

305305
.. code-block:: bash
306306
307-
kayobe playbook run ${KAYOBE_CONFIG_PATH}/ansible/deploy-openbao-kayobe-automation.yml
307+
kayobe playbook run ${KAYOBE_CONFIG_PATH}/ansible/deployment/deploy-openbao-kayobe-automation.yml
308308
309309
.. note::
310310

@@ -370,7 +370,7 @@ Following the instructions in the documentation will allow you to customise the
370370
If using multiple environments ensure that :code:`gitlab_kayobe_environments` is updated to reflect all environments present in the deployment.
371371
Also consider the impact runbooks might have as the runbooks are designed with a particular cloud in mind and may not be suitable for all deployments such as hyperconverged deployments with Ceph on hypervisors.
372372
373-
2. Run :code:`kayobe playbook run ${KAYOBE_CONFIG_PATH}/ansible/write-gitlab-pipelines.yml`
373+
2. Run :code:`kayobe playbook run ${KAYOBE_CONFIG_PATH}/ansible/deployment/write-gitlab-pipelines.yml`
374374
375375
3. Commit and push all newly generated pipelines found under root of the repository.
376376

0 commit comments

Comments
 (0)