refs 8414-Refactor
This commit is contained in:
parent
b0911c4b5e
commit
610d17b51d
|
@ -117,26 +117,15 @@
|
|||
- "files/mariaconfigfiles/z92-testing.cnf"
|
||||
notify: restart-mariadb
|
||||
|
||||
# - name: Set MariaBackup custom configuration Test
|
||||
# template:
|
||||
# src: "apply.config-test.sh"
|
||||
# dest: /root/mariabackup/apply.config.sh
|
||||
# owner: root
|
||||
# group: root
|
||||
# mode: u=rw,g=r,o=r
|
||||
|
||||
- name: Set MariaBackup custom template configuration Test
|
||||
template:
|
||||
src: "{{ item }}"
|
||||
src: test-db/apply.config.sh
|
||||
dest: /root/mariabackup/
|
||||
owner: root
|
||||
group: root
|
||||
mode: u=rw,g=,o=
|
||||
with_items:
|
||||
- "test-db/apply.config.sh"
|
||||
- "my.cnf"
|
||||
|
||||
- name: Set MariaDB local configuration file
|
||||
- name: Set MariaDB local configuration file for test-db
|
||||
copy:
|
||||
src: files/mariabackuptest/apply.sql
|
||||
dest: /root/mariabackup/
|
||||
|
@ -153,8 +142,16 @@
|
|||
|
||||
- name:
|
||||
template:
|
||||
src: templates/z99-local.cnf
|
||||
src: z99-local.cnf
|
||||
dest: /etc/mysql/mariadb.conf.d/
|
||||
owner: root
|
||||
group: root
|
||||
mode: u=rw,g=r,o=r
|
||||
mode: u=rw,g=r,o=r
|
||||
|
||||
- name: Set MariaBackup custom template configuration Test
|
||||
template:
|
||||
src: "my.cnf"
|
||||
dest: /root/mariabackup/
|
||||
owner: root
|
||||
group: root
|
||||
mode: u=rw,g=,o=
|
||||
|
|
Loading…
Reference in New Issue