mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-07-19 15:04:23 +02:00
15 lines
333 B
YAML
15 lines
333 B
YAML
images:
|
|
gitlab: "gitlab/gitlab-ee:latest"
|
|
features:
|
|
matomo: true
|
|
css: true
|
|
port-ui-desktop: true
|
|
central_database: true
|
|
docker:
|
|
services:
|
|
redis:
|
|
enabled: true
|
|
database:
|
|
enabled: true
|
|
credentials:
|
|
initial_root_password: "{{ users.administrator.password }}" |