You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This role will deploy/redeploy/uninstall and register/unregister local GitHub Actions Runner.
11
+
This role will deploy/redeploy/uninstall and register/unregister local GitHub Actions Runner.
12
12
It supports both, Organization and Repository Runners.
13
13
14
14
## Requirements
@@ -148,7 +148,7 @@ Same example as above, but runner will be added to an organization.
148
148
```
149
149
150
150
In this example the Ansible role will deploy (or update) the GitHub Actions runner service (version 2.165.2) and register the runner for the GitHub repo. Runner service will run under the user `runner-user`. Runner will be registered with two labels.
151
-
The runner service will be *stopped* and disabled.
151
+
The runner service will be *stopped* and disabled. Runner will use custom environment variables (from file named `.env` in the self-hosted runner application directory).
152
152
153
153
```yaml
154
154
---
@@ -164,6 +164,13 @@ The runner service will be *stopped* and disabled.
0 commit comments