Skip to content
Snippets Groups Projects
Verified Commit e5dd1ac2 authored by David Mehren's avatar David Mehren
Browse files

Allow to use clustered postgres

parent f1c7637d
No related branches found
No related tags found
No related merge requests found
Pipeline #169548 passed
......@@ -6,6 +6,7 @@ gitlab_repository_installation_script_url: "https://packages.gitlab.com/install/
gitlab_download_validate_certs: true
gitlab_external_postgres: false
gitlab_external_postgres_on_cluster: false
gitlab_use_borgbackup: false
gitlab_enable_plantuml: false
......
......@@ -8,6 +8,7 @@
password: "{{ gitlab_pgdb_pass }}"
db_host: "{{ gitlab_pgdb_host }}"
db_extensions: ["pg_trgm"]
postgres_on_cluster: "{{ gitlab_external_postgres_on_cluster }}"
when: gitlab_external_postgres
- name: Check if GitLab configuration file already exists.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment