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
Copy file name to clipboardexpand all lines: README.md
+4-3
Original file line number
Diff line number
Diff line change
@@ -12,8 +12,6 @@ It supports Enterprise, Organization and Repository Runners.
12
12
13
13
## Role Installation
14
14
15
-
Since Ansible Galaxy migrated to Galaxy-ng my galaxy account seems to be broken and RedHat/Galaxy support team just [deos not care](https://forum.ansible.com/t/please-fix-my-galaxy-namespace/5176). Please install this role directly fom GitHub.
16
-
17
15
**requirements.yml**
18
16
```yml
19
17
roles:
@@ -119,6 +117,9 @@ runner_extra_config_args: ""
119
117
# Name to assign to this runner in GitHub (System hostname as default)
120
118
runner_name: "{{ ansible_facts.hostname }}"
121
119
120
+
# Set to false when provisioning runners for more than one repository within single play
121
+
all_runners_in_same_repo: true
122
+
122
123
# GitHub Repository user or Organization owner used for Runner registration
123
124
# github_account: "youruser"
124
125
@@ -292,7 +293,7 @@ cd path/to/monolithprojects.github_actions_runner
292
293
```bash
293
294
export PERSONAL_ACCESS_TOKEN=your_github_pat # Your Personal Access Token to Github
294
295
export GITHUB_ACCOUNT=your_account # Your Github Account
295
-
export GITHUB_ACCOUNT=your_repository # Github Repository where you want to setup the Runner
296
+
export GITHUB_REPO=your_repository # Github Repository where you want to setup the Runner
0 commit comments