diff --git a/docs/services/mariadb.md b/docs/services/mariadb.md index 22dee37d..0d5c27b6 100644 --- a/docs/services/mariadb.md +++ b/docs/services/mariadb.md @@ -21,7 +21,7 @@ To enable this service, add the following configuration to your `vars.yml` file mariadb_enabled: true # Put a strong password below, generated with `pwgen -s 64 1` or in another way -mariadb_root_passsword: '' +mariadb_root_password: '' ######################################################################## # # diff --git a/templates/group_vars_mash_servers b/templates/group_vars_mash_servers index eeb1996f..e4198073 100644 --- a/templates/group_vars_mash_servers +++ b/templates/group_vars_mash_servers @@ -1543,7 +1543,7 @@ backup_borg_postgresql_databases: "{{ postgres_managed_databases | map(attribute backup_borg_mysql_enabled: "{{ mariadb_enabled }}" backup_borg_mysql_databases_hostname: "{{ mariadb_identifier if mariadb_enabled else '' }}" backup_borg_mysql_databases_username: "root" -backup_borg_mysql_databases_password: "{{ mariadb_root_passsword if mariadb_enabled else '' }}" +backup_borg_mysql_databases_password: "{{ mariadb_root_password if mariadb_enabled else '' }}" backup_borg_mysql_databases_port: 3306 backup_borg_mysql_databases: "{{ mariadb_managed_databases | map(attribute='name') if mariadb_enabled else [] }}" # /role-specific:mariadb diff --git a/templates/requirements.yml b/templates/requirements.yml index 88be8a03..8f4630cd 100644 --- a/templates/requirements.yml +++ b/templates/requirements.yml @@ -193,7 +193,7 @@ name: loki activation_prefix: loki_ - src: git+https://github.com/mother-of-all-self-hosting/ansible-role-mariadb.git - version: v11.4.3-0 + version: v11.4.4-0 name: mariadb activation_prefix: mariadb_ - src: git+https://github.com/mother-of-all-self-hosting/ansible-role-matterbridge.git