homeserver/Archiv/gitlab/group-vars-gitlabrunner.yml
mg 09b5806a6c GitLab in Archiv (#5)
GitLab in Archiv

Co-authored-by: Michael Grote <michael.grote@posteo.de>
Reviewed-on: mg/ansible#5
Co-Authored-By: mg <mg@noreply.git.mgrote.net>
Co-Committed-By: mg <mg@noreply.git.mgrote.net>
2021-02-26 14:19:25 +01:00

34 lines
936 B
YAML

---
### geerlingguy.docker
docker_users:
- mg
- root
- ansible-user
- git
- gitlab-runner
### 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_production_registration_token', 'password') }}"
gitlab_runner_runners:
- name: "{{ ansible_hostname }}-docker"
executor: docker
tags:
- ansible
- hadolint
- name: "{{ ansible_hostname }}-shell"
executor: shell
tags:
- docker-build
# Wenn Änderungen nicht übernommen werden, Runner löschen und neu anlegen.
### oefenweb.ufw
ufw_rules: #from: ... ist nicht vorhanden da aus dem Docker-Netzwerk darauf zugegriffen werden soll
- rule: allow
to_port: 22
protocol: tcp
comment: 'ssh'