More specific example in the readme.
All checks were successful
Test the role / test-the-role (push) Successful in 7s

This commit is contained in:
Tom
2026-02-18 15:20:05 +01:00
parent 6473113abb
commit 44ee61424b

View File

@@ -52,7 +52,7 @@ The following playbook deploys two =act_runner= instances:
act_runner_instance: https://gitea.tomsitcafe.com
roles:
- role: ds_act_runner
- role: ds_act_runner # Non-privileged global runner
vars:
act_runner_name: gitea-runner-non-privileged
act_runner_labels:
@@ -63,7 +63,7 @@ The following playbook deploys two =act_runner= instances:
privileged: false
force_pull: false
- role: ds_act_runner
- role: ds_act_runner # Personal privileged runner with personal token
vars:
act_runner_name: gitea-runner-privileged
act_runner_labels:
@@ -73,6 +73,7 @@ The following playbook deploys two =act_runner= instances:
file: /home/{{ act_runner_user }}/.{{ act_runner_name }}
privileged: true
force_pull: false
act_runner_registration_token: "{{ sops_act_runner_registration_token_private }}"
#+end_src
* License