mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 15:06:26 +02:00
Raw refactoring of roles
This commit is contained in:
6
roles/docker-gitlab/vars/configuration.yml
Normal file
6
roles/docker-gitlab/vars/configuration.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
version: "latest"
|
||||
features:
|
||||
matomo: true
|
||||
css: true
|
||||
landingpage_iframe: true
|
||||
central_database: true
|
@@ -1,3 +1,3 @@
|
||||
application_id: "gitlab"
|
||||
database_password: "{{gitlab_database_password}}"
|
||||
database_password: "{{applications[application_id].credentials.database_password}}"
|
||||
database_type: "postgres"
|
Reference in New Issue
Block a user