Skip to content

furdarius/ansible-gitlab-runner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ansible Role: Gitlab-runner

Build Status

Install and resgister shell gitlab runner on remote machine.

Install

ansible-galaxy install Furdarius.gitlab-runner

Variables

All variables can be found in defaults/main.yml

Playbook example

---
- hosts: gitlab-runner
  become: true
  roles:
    - gitlab-runner
  vars:
    gitlab_runner_coordinator_url: 'https://gitlab.example.com/ci'
    gitlab_runner_tags: [ 'docker' ]
    gitlab_runner_coordinator_cert_path: "./certs/gitlab.example.com.crt"
  vars_prompt:
   - name: "gitlab_runner_registration_token"
     prompt: "Registration token is"
  tags:
    - runner

About

Install and register gitlab-runner on remote machine

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published