ansible-github_actions_runner icon indicating copy to clipboard operation
ansible-github_actions_runner copied to clipboard

Ansible Role to deploy GitHub Actions self-hosted runner

Results 13 ansible-github_actions_runner issues
Sort by recently updated
recently updated
newest added

### Summary When the role is executed with a 'runner_name' already present in the organization , it fails due to a missing svc.sh file. That gives the impression something is...

bug

### Summary I don't like the complicated service name that is used by default, and would like to be able to customize the name of the service to something simpler....

enhancement

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/checkout](https://togithub.com/actions/checkout) | action | major | `v2` -> `v3` | ---...

### Summary Currently the installation of this Ansible Role from the Ansible Galaxy does not work. Affected are release newer than of version 1.18.7. Related issue https://github.com/ansible/galaxy/issues/3335 ### Issue Type...

bug

### Summary - By default `per_page` parameter of `actions/runners` API is `30`. - During `Check currently registered runners for repo (RUN ONCE)`, `actions/runners` API is used. - Only the first...

bug

### Summary This will allow someone to add a new runner via the Github UI to get the registration token, and then avoid needing to provide a PAT for their...

enhancement

### Summary At https://github.com/settings/tokens?type=beta there's now a new type of Personalized Access Tokens (PATs) called fine-grained personal access tokens. Creating these looks different than creating "classic" PATs. The readme of...

enhancement

### Summary It would be nice with a way to restart runners, for instance after updating a `ACTIONS_RUNNER_HOOK_JOB_STARTED` script. ### Issue Type Feature Idea

enhancement

### Summary Trying install latest version of Github actions runner i'm getting subj. **Workaround:** change body_format to raw in tasks/install_runner.yml ```yaml - name: Find the latest runner version (RUN ONCE)...

bug

### Summary The `Replace registered runner for organization step` step used to exist and got removed in [this commit](https://github.com/MonolithProjects/ansible-github_actions_runner/commit/560eca78b4da055042f8429fb08c388a1a922704), even though that change isn't mentioned in the commit message. I'm...

bug