Add GitLab EE Ansible role (temp location - move to infrastructure/ansible)
Some checks failed
CI / test (push) Has been cancelled
CI / docker-push (push) Has been cancelled

This commit is contained in:
Lennie S.
2026-04-12 15:47:37 +00:00
parent d50c51d09c
commit 03b61e04d6
7 changed files with 123 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
---
gitlab_base_path: "{{ base_config_dir }}/gitlab"
gitlab_config_path: "{{ gitlab_base_path }}/config"
gitlab_logs_path: "{{ gitlab_base_path }}/logs"
gitlab_data_path: "{{ gitlab_base_path }}/data"
gitlab_state_path: "{{ gitlab_base_path }}/state"
gitlab_hostname: gitlab.example.com
gitlab_external_url: http://gitlab.example.com
gitlab_ssh_port: 2222
gitlab_proxy_port: 8080
gitlab_http_port: 80
gitlab_https_port: 443
gitlab_gitlab_ee_image: gitlab/gitlab-ee:latest
gitlab_nginx_image: nginx:alpine