homeserver/group_vars/gitlabrunner.yml

22 lines
589 B
YAML
Raw Normal View History

---
### geerlingguy.docker
docker_users:
- mg
- root
- ansible-user
2021-01-21 09:07:19 +01:00
- git
### geerlingguy.pip
pip_package: python3-pip
pip_install_packages:
- name: python-gitlab
2021-01-27 09:15:34 +01:00
### 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
2021-01-29 12:45:33 +01:00
# docker_image: 'alpine'
# docker_volumes:
# - "/var/run/docker.sock:/var/run/docker.sock"
2021-01-30 11:49:18 +01:00