Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/punktde/ansible-proserver-gitlabrunner
Ansible role to provision GitLab Runner on a proServer.
https://github.com/punktde/ansible-proserver-gitlabrunner
ansible gitlab proserver
Last synced: 5 days ago
JSON representation
Ansible role to provision GitLab Runner on a proServer.
- Host: GitHub
- URL: https://github.com/punktde/ansible-proserver-gitlabrunner
- Owner: punktDe
- Created: 2017-07-11T09:59:43.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-22T11:12:15.000Z (almost 6 years ago)
- Last Synced: 2024-11-20T13:54:05.357Z (2 months ago)
- Topics: ansible, gitlab, proserver
- Homepage:
- Size: 4.88 KB
- Stars: 1
- Watchers: 8
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# proServer-GitLab-Runner
Ansible playbook to configure GitLab Runner on a proServer.
## Requirements
- Ansible >=2.3
- A proServer## Usage example
```
ansible-playbook gitlab_runner.yaml -e gitlab_url=https://gitlab.example.com -e gitlab_runner_registration_token=ReGiStRaTiOnToKeN -e known_hosts=github.com,gitlab.pluspunkthosting.de -i ~/my-ansible-project/inventory.ini --ask-vault-pass --limit testing
```