Refs #8140: MariaDB Server Deploy - Role WIP
This commit is contained in:
parent
6d8ecfb589
commit
f8e3906a5b
|
@ -54,13 +54,13 @@
|
|||
notify:
|
||||
- reload systemd
|
||||
|
||||
#- name: Set MariaDB Cron to /etc/cron.d
|
||||
# template:
|
||||
# src: templates/cron_mariadb
|
||||
# dest: /etc/cron.d/vn
|
||||
# owner: root
|
||||
# group: root
|
||||
# mode: u=rw,g=r,o=r
|
||||
- name: Set MariaDB Cron to /etc/cron.d
|
||||
template:
|
||||
src: templates/cron_mariadb
|
||||
dest: /etc/cron.d/vn
|
||||
owner: root
|
||||
group: root
|
||||
mode: u=rw,g=r,o=r
|
||||
|
||||
- name: Add tmpfs in /etc/fstab
|
||||
blockinfile:
|
||||
|
|
Loading…
Reference in New Issue