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 or redeploy or uninstall and register or unregister local GitHub Actions Runner.
9
+
This role will deploy/redeploy/uninstall and register/unregister local GitHub Actions Runner.
10
10
11
11
## Requirements
12
12
13
-
*Supported Linux distros:
13
+
*Weekly tested on:
14
14
* CentOS/RHEL 7,8
15
15
* Debian 9,10
16
-
* Fedora 32,31,30,29,28
16
+
* Fedora 31,32
17
17
* Ubuntu 16,18,20
18
18
19
19
**Note:** Fedora 32 and Ubuntu 20 must use Ansible 2.9.8+. Other distros/releases will work also with older 2.8.0+ Ansible.
@@ -82,7 +82,7 @@ Runner service will run under the same user as the Ansible is using for ssh conn
82
82
- role: monolithprojects.github_actions_runner
83
83
```
84
84
85
-
In this example the role will deploy (or redeploy) the GitHub Actions runner service (version 2.165.2) and register the runner for the GitHub repo.
85
+
In this example the role will deploy (or redeploy) the GitHub Actions runner service (version 2.165.2) and register the runner for the GitHub repo. Runner service will run under the used `runner-user`.
86
86
87
87
```yaml
88
88
---
@@ -98,7 +98,7 @@ In this example the role will deploy (or redeploy) the GitHub Actions runner ser
98
98
- role: monolithprojects.github_actions_runner
99
99
```
100
100
101
-
By using tag `uninstall`, GitHub Actions runner will be removed from the host and unregistered from the GitHub.
101
+
By using tag `uninstall`, GitHub Actions runner will be removed from the host and unregistered from the GitHub repository.
0 commit comments