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 10 additions and 2 deletions
Showing only changes of commit 69180761c8 - Show all commits

View File

@ -19,7 +19,7 @@
state: directory
owner: root
group: root
mode: '0755'
mode: u=rwx,g=rx,o=rx
- name: Set MariaDB custom service.d override.conf
copy:
src: mariadb_override.conf
@ -34,7 +34,7 @@
state: directory
owner: root
group: root
mode: '0755'
mode: u=rwx,g=rx,o=rx
- name: Set MariaDB custom root scripts
copy:
src: "{{ item }}"
@ -61,6 +61,14 @@
group: root
mode: u=rwx,g=rx,o=rx
notify: restart-mariadb
- name: Ensure log directory exists /var/log/mysql
file:
path: /var/log/mysql
state: directory
owner: mysql
group: adm
mode: u=rwx,g=rxs,o=
notify: restart-mariadb
- name: Set MariaDB Cron to /etc/cron.d
template:
src: templates/cron_mariadb