Skip to content
This repository has been archived by the owner on Mar 17, 2023. It is now read-only.

taisyo7333/gitlab-runner-ansible

Repository files navigation

gitlab-runner-ansible

Preparation

  1. copy file
cp extra-vars.yml.sample extra-vars.yml
  1. Edit extra-vars.yml
  2. Install vagrant
brew tap caskroom/cask
brew cask install virtualbox vagrant

How to use with vagrant

  1. start vagrant
vagrant up
  1. run ansible-playbook
ansible-playbook -i vagrant.py site.yml -e '@extra-vars.yml'

references url