Put GitLab on a real domain

This commit is contained in:
Jake Howard
2021-05-29 16:21:47 +01:00
parent 9118938fea
commit 69abafd8c8
6 changed files with 35 additions and 3 deletions

View File

@ -78,6 +78,16 @@
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