mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 15:06:26 +02:00
Optimized moodle role
This commit is contained in:
@@ -10,4 +10,11 @@ MOODLE_REVERSE_PROXY=yes
|
||||
MOODLE_USERNAME={{applications[application_id].users.administrator.username}}
|
||||
MOODLE_PASSWORD={{applications[application_id].credentials.user_password}}
|
||||
MOODLE_EMAIL={{applications[application_id].users.administrator.email}}
|
||||
BITNAMI_DEBUG={% if enable_debug | bool %}true{% else %}false{% endif %}
|
||||
BITNAMI_DEBUG={% if enable_debug | bool %}true{% else %}false{% endif %}
|
||||
|
||||
|
||||
MOODLE_HOST={{ system_email.host }}
|
||||
MOODLE_SMTP_PORT_NUMBER={{ system_email.port }}
|
||||
MOODLE_SMTP_USER={{ users['no-reply'].email }}
|
||||
MOODLE_SMTP_PASSWORD={{ users['no-reply'].mailu_token }}
|
||||
MOODLE_SMTP_PROTOCOL={{ 'ssl' if system_email.tls else ('tls' if system_email.start_tls else '') }}
|
||||
|
Reference in New Issue
Block a user