https://github.com/mrlesmithjr/ansible-gitlab-runner
https://github.com/mrlesmithjr/ansible-gitlab-runner
ansible gitlab runner
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/mrlesmithjr/ansible-gitlab-runner
- Owner: mrlesmithjr
- License: mit
- Created: 2017-03-16T05:18:09.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2020-03-17T21:54:37.000Z (about 5 years ago)
- Last Synced: 2025-03-24T06:51:48.085Z (2 months ago)
- Topics: ansible, gitlab, runner
- Size: 27.3 KB
- Stars: 6
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# ansible-gitlab-runner
Ansible role to install/configure GitLab runner
## Build Status
### GitHub Actions

### Travis CI
[](https://travis-ci.org/mrlesmithjr/ansible-gitlab-runner)
## Requirements
For any required Ansible roles, review:
[requirements.yml](requirements.yml)
Replace GitLab token in `defaults/main.yml````yaml
gitlab_runner_config:
url: https://gitlab.com/ci
# runner token needs to be replaced
token: TOKEN
executor: shell
configure: false
```## Role Variables
[defaults/main.yml](defaults/main.yml)
## Dependencies
## Example Playbook
[playbook.yml](playbook.yml)
## License
MIT
## Author Information
Larry Smith Jr.
- [@mrlesmithjr](https://twitter.com/mrlesmithjr)
- [[email protected]](mailto:[email protected])
- [http://everythingshouldbevirtual.com](http://everythingshouldbevirtual.com)> NOTE: Repo has been created/updated using [https://github.com/mrlesmithjr/cookiecutter-ansible-role](https://github.com/mrlesmithjr/cookiecutter-ansible-role) as a template.