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
In this example the role will deploy (or redeploy) the GitHub Actions runner service (latest available version) and register the runner for the GitHub repo.
70
70
Runner service will run under the same user as the Ansible is using for ssh connection (*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