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.
16 lines
542 B
YAML
16 lines
542 B
YAML
---
|
|
ansible_managed: 'do not edit manually - file powered by ansible'
|
|
|
|
mariadb_server_version: '10.6'
|
|
mariadb_server_global_my_cnf: '/etc/mysql/my.cnf'
|
|
mariadb_server_config_dir: '/etc/mysql/mariadb.conf.d'
|
|
|
|
my_cnf_file: '/root/.my.cnf'
|
|
database_engine: maria
|
|
database_state: present
|
|
backup_dest_dir: "{{ backup_directory }}/{{ database_engine }}/{{ get_current_date }}"
|
|
backup_status_file: '{{ backup_dest_dir }}/backup_finished'
|
|
|
|
mysql_root_username: "{{ mysql_root_username_vault }}"
|
|
mysql_root_password: "{{ mysql_root_password_vault }}"
|