You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
---
|
|
my_cnf_file: '/root/.my.cnf'
|
|
database_engine: maria
|
|
backup_dest_dir: "{{ backup_directory }}/{{ database_engine }}/{{ ansible_date_time.date }}"
|
|
backup_status_file: '{{ backup_dest_dir }}/backup_finished'
|