mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-07-23 08:41:11 +02:00
18 lines
379 B
YAML
18 lines
379 B
YAML
features:
|
|
matomo: true
|
|
css: true
|
|
port-ui-desktop: true
|
|
central_database: true
|
|
universal_logout: true
|
|
docker:
|
|
services:
|
|
redis:
|
|
enabled: true
|
|
database:
|
|
enabled: true
|
|
gitlab:
|
|
image: "gitlab/gitlab-ee"
|
|
version: "latest"
|
|
credentials:
|
|
initial_root_password: "{{ users.administrator.password }}"
|