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') }}"
45
45
# Directory where the local runner will be installed
46
46
runner_dir : /opt/actions-runner
47
47
48
+ # Directory where the runner package will be dowloaded
49
+ runner_pkg_tempdir : /tmp/gh_actions_runner
50
+
48
51
# Version of the GitHub Actions Runner
49
52
runner_version : " latest"
50
53
51
54
# State in which the runner service will be after the role is done (started, stopped, absent)
52
55
runner_state : " started"
53
56
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
55
58
reinstall_runner : no
56
59
57
60
# Do not show Ansible logs which may contain sensitive data (registration token)
@@ -63,10 +66,10 @@ github_server: "https://github.com"
63
66
# Personal Access Token for your GitHub account
64
67
access_token : " {{ lookup('env', 'PERSONAL_ACCESS_TOKEN') }}"
65
68
66
- # Is it the runner for organization or not
69
+ # Is it the runner for organization or not?
67
70
runner_org : no
68
71
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)
70
73
runner_name : " {{ ansible_hostname }}"
71
74
72
75
# GitHub Repository user or Organization owner used for Runner registration
You can’t perform that action at this time.
0 commit comments