mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 23:08:06 +02:00
Restructure and cleaned up in preparation of new backup logic
This commit is contained in:
@@ -10,4 +10,6 @@ docker:
|
||||
redis:
|
||||
enabled: true
|
||||
database:
|
||||
enabled: true
|
||||
enabled: true
|
||||
credentials:
|
||||
initial_root_password: "{{ users.administrator.password }}"
|
@@ -1,2 +1,3 @@
|
||||
application_id: "gitlab"
|
||||
database_type: "postgres"
|
||||
application_id: "gitlab"
|
||||
database_type: "postgres"
|
||||
gitlab_initial_root_password: "{{ applications | get_app_conf(application_id, 'credentials.initial_root_password') }}"
|
Reference in New Issue
Block a user