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.
72
+
In this example the Ansible role will deploy (or redeploy) the GitHub Actions runner service (latest available version) and register the runner for the GitHub repo.
73
73
Runner service will run under the same user as the Ansible is using for ssh connection (*ansible*).
74
74
75
75
```yaml
@@ -85,7 +85,7 @@ Runner service will run under the same user as the Ansible is using for ssh conn
85
85
- role: monolithprojects.github_actions_runner
86
86
```
87
87
88
-
In this example the role will deploy (or redeploy) the GitHub Actions runner service. The Ansible will access the GitHub using the `github_account` and register the runner to the GitHub Organization Repository using the Repository admin user (or Organization owner)`github_owner`.
88
+
In this example the Ansible role will deploy (or redeploy) the GitHub Actions runner service. The Ansible will access the GitHub using the `github_account` and register the runner to the GitHub Organization Repository using the Repository admin user (or Organization owner)`github_owner`.
89
89
Runner service will run under the same user as the Ansible is using for ssh connection (*ansible*).
90
90
91
91
```yaml
@@ -102,7 +102,7 @@ Runner service will run under the same user as the Ansible is using for ssh conn
102
102
- role: monolithprojects.github_actions_runner
103
103
```
104
104
105
-
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`.
105
+
In this example the Ansible 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`.
0 commit comments