Remove gitlab configuration

This commit is contained in:
Jake Howard
2023-03-30 22:56:35 +01:00
parent 4c443d67d1
commit d52f0bc8b2
26 changed files with 5 additions and 289 deletions

View File

@ -86,16 +86,6 @@
when: traefik_provider_grafana
become: true
- name: Install gitlab provider
template:
src: files/file-provider-gitlab.yml
dest: /opt/traefik/traefik/conf/gitlab.yml
mode: "{{ docker_compose_file_mask }}"
owner: "{{ docker_user.name }}"
notify: restart traefik
when: traefik_provider_gitlab
become: true
- name: logrotate config
template:
src: files/logrotate.conf