homeserver/group_vars/gitlabrunner.yml
2021-01-30 11:49:18 +01:00

22 lines
589 B
YAML

---
### geerlingguy.docker
docker_users:
- mg
- root
- ansible-user
- git
### geerlingguy.pip
pip_package: python3-pip
pip_install_packages:
- name: python-gitlab
### riemers.gitlab-runner
gitlab_runner_coordinator_url: https://git.mgrote.net
gitlab_runner_registration_token: "{{ lookup('keepass', 'gitlab_runner_registration_token', 'password') }}"
gitlab_runner_runners:
- name: "{{ ansible_hostname }}-docker"
executor: docker
# docker_image: 'alpine'
# docker_volumes:
# - "/var/run/docker.sock:/var/run/docker.sock"