From 4acf2137e841f0887ee7f66410a920a71899265f Mon Sep 17 00:00:00 2001 From: Kevin Veen-Birkenbach Date: Mon, 14 Jul 2025 18:43:20 +0200 Subject: [PATCH] Activated flush --- roles/web-app-moodle/TODO.md | 3 ++- roles/web-app-moodle/vars/main.yml | 19 ++++++++++--------- 2 files changed, 12 insertions(+), 10 deletions(-) diff --git a/roles/web-app-moodle/TODO.md b/roles/web-app-moodle/TODO.md index e93aa003..ff0d63eb 100644 --- a/roles/web-app-moodle/TODO.md +++ b/roles/web-app-moodle/TODO.md @@ -1,2 +1,3 @@ # Todo -- Check if sendmail needs to be installed. See [Issue](https://github.com/bitnami/containers/issues/63311). \ No newline at end of file +- Check if sendmail needs to be installed. See [Issue](https://github.com/bitnami/containers/issues/63311). +- Implemented auto update of database credentials when changed after first setup \ No newline at end of file diff --git a/roles/web-app-moodle/vars/main.yml b/roles/web-app-moodle/vars/main.yml index de401bdc..2fb45490 100644 --- a/roles/web-app-moodle/vars/main.yml +++ b/roles/web-app-moodle/vars/main.yml @@ -1,10 +1,11 @@ --- -application_id: "moodle" -database_type: "mariadb" -container_name: "{{ application_id }}" -bitnami_code_link: "/bitnami/moodle" -bitnami_code_dir: "/opt{{bitnami_code_link}}" -bitnami_data_dir: "/bitnami/moodledata" -bitnami_oidc_plugin_dir: "{{ bitnami_code_dir }}/auth/oidc" -bitnami_user: "daemon" -bitnami_user_group: "{{ bitnami_user }}:{{ bitnami_user }}" \ No newline at end of file +application_id: "moodle" +database_type: "mariadb" +container_name: "{{ application_id }}" +bitnami_code_link: "/bitnami/moodle" +bitnami_code_dir: "/opt{{bitnami_code_link}}" +bitnami_data_dir: "/bitnami/moodledata" +bitnami_oidc_plugin_dir: "{{ bitnami_code_dir }}/auth/oidc" +bitnami_user: "daemon" +bitnami_user_group: "{{ bitnami_user }}:{{ bitnami_user }}" +docker_compose_flush_handlers: true \ No newline at end of file