8343-New-machine-id #48

Merged
xavi merged 40 commits from 8343-New-machine-id into main 2025-01-10 13:29:15 +00:00
1 changed files with 12 additions and 3 deletions
Showing only changes of commit 7d4843d8d0 - Show all commits

View File

@ -1,5 +1,5 @@
# Revisar /root/scripts/check-memory.sh --> No es óptimo hacer lo que hace ese programa
# Revisar la tarea del cron tambien /root/scripts/scheduler-log.sh
# Review /root/scripts/check-memory.sh --> It's not optimal to do what this program does
# Also review the cron task /root/scripts/scheduler-log.sh
- name: Ensure Install requirements for MariaDB repository setup script
apt:
@ -97,4 +97,13 @@
mode: u=rw,g=r,o=r
with_fileglob:
- "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.