implemented draf for gitlab role

This commit is contained in:
2023-12-28 00:28:30 +01:00
parent 5da4637716
commit ebe3fca503
11 changed files with 139 additions and 24 deletions

View File

@@ -0,0 +1,8 @@
---
- name: recreate gitlab
command:
cmd: docker-compose -p gitlab up -d --force-recreate
chdir: "{{docker_compose_instance_directory}}"
environment:
COMPOSE_HTTP_TIMEOUT: 600
DOCKER_CLIENT_TIMEOUT: 600