From e95b64e96f27758f197f3cba0ad436f79c66f007 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Xavi=20Lle=C3=B3=20Tom=C3=A1s?= Date: Tue, 28 Jan 2025 12:15:42 +0100 Subject: [PATCH] refs #8414 - Better define in Name sections to know environment --- roles/services/tasks/mariadb.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/roles/services/tasks/mariadb.yml b/roles/services/tasks/mariadb.yml index 7c2c430..41d6aef 100644 --- a/roles/services/tasks/mariadb.yml +++ b/roles/services/tasks/mariadb.yml @@ -106,7 +106,7 @@ - when: testdb is true block: - - name: Set MariaDB custom configuration Test + - name: Set MariaDB custom configuration Test-DB copy: src: "{{ item }}" dest: /etc/mysql/mariadb.conf.d/ @@ -118,7 +118,7 @@ - "files/mariaconfigfiles/z92-testing.cnf" notify: restart-mariadb - - name: Set MariaBackup custom template configuration Test + - name: Set MariaBackup custom template configuration Test-DB template: src: test-db/apply.config.sh dest: /root/mariabackup/ @@ -126,7 +126,7 @@ group: root mode: u=rw,g=,o= - - name: Set MariaDB local configuration file for test-db + - name: Set MariaDB local configuration file for Test-DB copy: src: files/mariabackuptest/apply.sql dest: /root/mariabackup/ @@ -134,14 +134,14 @@ group: root mode: u=rw,g=r,o=r - - name: Reminder to check mount points environment test + - name: Reminder to check mount points environment Test-DB debug: msg: | Remember to check the following mount points: - /mnt/mysqltmp Make sure they are correctly configured and accessible. -- name: Set Custom Configuration local template +- name: Set Custom Configuration local template all Environment template: src: z99-local.cnf dest: /etc/mysql/mariadb.conf.d/ @@ -149,7 +149,7 @@ group: root mode: u=rw,g=r,o=r -- name: Set MariaBackup custom template configuration Test +- name: Set MariaBackup custom template configuration all Environment template: src: "my.cnf" dest: /root/mariabackup/