Refs #8140: MariaDB Server Deploy - Role WIP - Some comments.

This commit is contained in:
Xavi Lleó 2024-12-18 16:05:29 +01:00
parent a0870b248a
commit 7d4843d8d0
1 changed files with 12 additions and 3 deletions

View File

@ -1,5 +1,5 @@
# Revisar /root/scripts/check-memory.sh --> No es óptimo hacer lo que hace ese programa # Review /root/scripts/check-memory.sh --> It's not optimal to do what this program does
# Revisar la tarea del cron tambien /root/scripts/scheduler-log.sh # Also review the cron task /root/scripts/scheduler-log.sh
- name: Ensure Install requirements for MariaDB repository setup script - name: Ensure Install requirements for MariaDB repository setup script
apt: apt:
@ -98,3 +98,12 @@
with_fileglob: with_fileglob:
- "files/z9*.cnf" - "files/z9*.cnf"
notify: restart-mariadb notify: restart-mariadb
- name: Reminder to check mount points
debug:
msg: |
Remember to check the following mount points:
- /var/lib/mysql
- /mnt/mysqlbin
- /mnt/local-backup
Make sure they are correctly configured and accessible.