File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -45,13 +45,16 @@ runner_user: "{{ lookup('env','USER') }}"
4545# Directory where the local runner will be installed
4646runner_dir : /opt/actions-runner
4747
48+ # Directory where the runner package will be dowloaded
49+ runner_pkg_tempdir : /tmp/gh_actions_runner
50+
4851# Version of the GitHub Actions Runner
4952runner_version : " latest"
5053
5154# State in which the runner service will be after the role is done (started, stopped, absent)
5255runner_state : " started"
5356
54- # If found on the server, delete already existed runner service before install
57+ # If found on the server, delete already existing runner service and install it again
5558reinstall_runner : no
5659
5760# Do not show Ansible logs which may contain sensitive data (registration token)
@@ -63,10 +66,10 @@ github_server: "https://github.com"
6366# Personal Access Token for your GitHub account
6467access_token : " {{ lookup('env', 'PERSONAL_ACCESS_TOKEN') }}"
6568
66- # Is it the runner for organization or not
69+ # Is it the runner for organization or not?
6770runner_org : no
6871
69- # Name to assign to this runner in GitHub (hostname as default)
72+ # Name to assign to this runner in GitHub (System hostname as default)
7073runner_name : " {{ ansible_hostname }}"
7174
7275# GitHub Repository user or Organization owner used for Runner registration
You can’t perform that action at this time.
0 commit comments