Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 487 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 487 Bytes

Ansible Gitlab Runner

This is ansible playbook that installs gitlab runner on desired server.

It:

  • puts your ssh into your server
  • installs docker
  • installs gitlab-runner

I recommend service DigitalOcean for vps servers.

Put your hosts into hosts file

To installl, run:

ansible-playbook -i hosts site.yml