Skip to content

Commit 4293d64

Browse files
feat: add suggestions
Co-authored-by: Mark Goddard <[email protected]>
1 parent 8ff6442 commit 4293d64

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

doc/source/configuration/ci-cd.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ Runner Deployment
7575
* `network-interfaces`
7676
* `python-interpreter.yml` ensuring that `ansible_python_interpreter: /usr/bin/python3` has been set
7777

78-
5. Create or edit `${KAYOBE_CONFIG_PATH}/inventory/group_vars/github-runners/runners.yml` file which will contain the variables required to deploy a series of runners
78+
5. Edit the ``${KAYOBE_CONFIG_PATH}/inventory/group_vars/github-runners/runners.yml`` file which will contain the variables required to deploy a series of runners
7979

8080
.. code-block:: yaml
8181

etc/kayobe/inventory/group_vars/github-runners/runners.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
runner_user: stack
2+
runner_user: "{{ kayobe_ansible_user }}"
33
github_account: stackhpc
44
github_repo: stackhpc-kayobe-config
55
access_token: "{{ secrets_github_access_token }}"
@@ -9,9 +9,9 @@ base_runner_dir: /opt/actions-runner
99
default_runner_labels:
1010
- kayobe
1111
- openstack
12-
- "{{ kayobe_environment | default(omit) }}"
12+
- "{{ kayobe_environment }}"
1313

14-
# Dictionary of runners to be deployed using the role.
14+
# Dictionary of GitHub runners to be deployed to each runner host.
1515
# Each dict item can be provided with optional attributes
1616
# * labels - provide a list of labels for a specific runner
1717
# overriding the contents of `default_runner_labels`

0 commit comments

Comments
 (0)