Add GitLab runner

This commit is contained in:
2021-12-17 00:41:08 +01:00
parent ecbe45a15b
commit f5f661ac4c
2 changed files with 17 additions and 0 deletions
+4
View File
@@ -49,6 +49,8 @@
state: present
- name: gitlab_config
state: present
- name: gitlab_runner_config
state: present
- name: Set up docker stuff
become: yes
docker_compose:
@@ -59,3 +61,5 @@
loop:
- name: web
state: present
- name: runner
state: present