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:
11
roles/docker-moodle/vars/configuration.yml
Normal file
11
roles/docker-moodle/vars/configuration.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
site_titel: "Global Learning Academy on {{primary_domain}}"
|
||||
users:
|
||||
administrator:
|
||||
username: "{{users.administrator.username}}"
|
||||
email: "{{users.administrator.email}}"
|
||||
version: "latest"
|
||||
features:
|
||||
matomo: true
|
||||
css: true
|
||||
landingpage_iframe: false
|
||||
central_database: true
|
@@ -1,4 +1,4 @@
|
||||
---
|
||||
application_id: "moodle"
|
||||
database_password: "{{moodle_database_password}}"
|
||||
database_password: "{{applications[application_id].credentials.database_password}}"
|
||||
database_type: "mariadb"
|
Reference in New Issue
Block a user