added gitlab deployment and did some cleanup

This commit is contained in:
tom.chivert
2023-09-04 16:28:09 +02:00
parent 049c6ab908
commit 65b7f7faa5
7 changed files with 179 additions and 86 deletions

View File

@ -41,3 +41,9 @@
ignore_errors: '{{ ansible_check_mode }}'
tags: ['docker_cadvisor']
- name: gitlab-restart
systemd:
name: docker-compose@gitlab
state: restarted
ignore_errors: '{{ ansible_check_mode }}'
tags: ['docker_gitlab']