🎨: improve registering for other servers
All checks were successful
ansible-lint / lint-everything (push) Successful in 4s
All checks were successful
ansible-lint / lint-everything (push) Successful in 4s
This commit is contained in:
@@ -5,3 +5,7 @@ act_runner_url: "https://gitea.com/gitea/act_runner/releases/download/v{{ act_ru
|
||||
act_runner_home: "/var/lib/act_runner"
|
||||
act_runner_bin: "/usr/local/bin/act_runner"
|
||||
act_runner_user: "act_runner"
|
||||
|
||||
# Only one gitea ref URL name is possible
|
||||
act_runner_gitea_ref_url: "{{ hostvars[groups['giteaservers'][0]].web_hostname | selectattr('type', 'defined') | selectattr('type', '==', 'gitea') | map(attribute='host') | first }}"
|
||||
act_runner_gitea_token: "{{ hostvars[groups['giteaservers'][0]]._gitea_runner_token.stdout }}"
|
||||
|
Reference in New Issue
Block a user