Skip to content

Commit

Permalink
Add default operations_runner_repo_default
Browse files Browse the repository at this point in the history
  • Loading branch information
jonpugh committed May 21, 2024
1 parent 1fcec3d commit 381e83f
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions roles/operations.runner/defaults/main.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@

# Global runner path. github.yml will copy this dir instead of downloading.
operations_github_runner_path: /usr/share/github-runner

# Set here to apply to all runners.
operations_runner_repo_default: operations-project/site-runner

operations_github_api_token: DefaultApiToken
operations_github_runners:
- repo_name: operations-project/site-runner
# Set repo_host if using enterprise github.
- runner_repo: operations-project/site-runner
# repo_host: https://github.com
runner_name: "{{ inventory_hostname }}"
runner_path: "runner"
# Set a runner-specific api_token, if desired.
# runner_name: "{{ inventory_hostname }}"
# runner_path: "runner"
# api_token: "{{ operations_github_api_token }}"
runner_labels: "example,local,operations,{{ inventory_hostname }}"
runner_user: platform
# runner_labels: "{{ inventory_hostname }}"
# runner_user: platform

0 comments on commit 381e83f

Please sign in to comment.