#!/usr/bin/env ansible-playbook
---
# Deploy Gitlab CI
- hosts: gitlab-ci.adm.crans.org
roles:
- docker
- gitlab-runner
# Install Gitlab
- hosts: git
vars:
certbot: '{{ loc_certbot | default(glob_certbot | default([])) }}'
- certbot