More specific example in the readme.
All checks were successful
Test the role / test-the-role (push) Successful in 7s
All checks were successful
Test the role / test-the-role (push) Successful in 7s
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user