Add GitLab EE Ansible role (temp location - move to infrastructure/ansible)
This commit is contained in:
17
infrastructure/ansible/roles/gitlab/defaults/main.yml
Normal file
17
infrastructure/ansible/roles/gitlab/defaults/main.yml
Normal 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
|
||||
Reference in New Issue
Block a user