Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
Gitlab
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
FSI Ansible
Gitlab
Commits
d1bb3a82
Verified
Commit
d1bb3a82
authored
8 months ago
by
Falk Rehse
Browse files
Options
Downloads
Patches
Plain Diff
Add option to enable registry-metadata-database
parent
1ebe393a
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#244095
failed
8 months ago
Stage: linting
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
defaults/main.yml
+1
-0
1 addition, 0 deletions
defaults/main.yml
tasks/main.yml
+1
-1
1 addition, 1 deletion
tasks/main.yml
with
2 additions
and
1 deletion
defaults/main.yml
+
1
−
0
View file @
d1bb3a82
...
...
@@ -12,6 +12,7 @@ gitlab_use_borgbackup: false
gitlab_enable_plantuml
:
false
gitlab_enable_offline_registry_cleanup
:
true
# needs to be disabled if using registry-metadata-database
gitlab_enable_metadata_registry_database
:
false
postgresql_apt_key_id
:
"
ACCC4CF8"
postgresql_apt_key_url
:
"
https://www.postgresql.org/media/keys/ACCC4CF8.asc"
...
...
This diff is collapsed.
Click to expand it.
tasks/main.yml
+
1
−
1
View file @
d1bb3a82
...
...
@@ -21,7 +21,7 @@
db_host
:
"
{{
gitlab_pgdb_registry_host
}}"
db_extensions
:
[
"
pg_trgm"
]
postgres_on_cluster
:
"
{{
gitlab_external_postgres_on_cluster
}}"
when
:
gitlab_external_postgres
when
:
gitlab_external_postgres
and gitlab_enable_metadata_registry_database
-
name
:
Check if GitLab configuration file already exists
ansible.builtin.stat
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment