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