ansible-roles/mysql/defaults/main.yml

58 lines
1.4 KiB
YAML
Raw Normal View History

---
general_alert_email: "root@localhost"
log2mail_alert_email: Null
2017-08-18 15:18:06 +02:00
general_scripts_dir: "/usr/share/scripts"
mysql_scripts_dir: Null
2017-01-04 18:53:37 +01:00
mysql_variant: oracle
2016-12-15 23:02:56 +01:00
mysql_install_libclient: False
2016-12-16 01:27:12 +01:00
mysql_replace_root_with_mysqladmin: True
mysql_custom_datadir: ''
mysql_custom_tmpdir: ''
2018-11-14 16:13:02 +01:00
mysql_custom_logdir: ''
mysql_thread_cache_size: '{{ ansible_processor_cores }}'
mysql_innodb_buffer_pool_size: '{{ (ansible_memtotal_mb * 0.3) | int }}M'
# If these variables are changed to non-Null values,
# they will be added in the zzz-evolinux-custom.cnf file.
# Otherwise, the value from de the z-evolinux-defaults.cnf file will preveil.
mysql_max_connections: Null
mysql_max_connect_errors: Null
mysql_table_cache: Null
mysql_tmp_table_size: Null
mysql_max_heap_table_size: Null
mysql_query_cache_limit: Null
mysql_query_cache_size: Null
mysql_max_allowed_packet: Null
mysql_force_custom_config: 'no'
mysql_innodb_log_file_size: Null
mysql_lower_case_table_names: Null
mysql_cron_optimize: True
2017-05-19 23:06:12 +02:00
mysql_cron_optimize_frequency: weekly
2017-08-12 18:25:07 +02:00
mysql_cron_mysqltuner: True
mysql_cron_mysqltuner_frequency: monthly
mysql_force_new_nrpe_password: False
mysql_evolinux_defaults_file: z-evolinux-defaults.cnf
mysql_evolinux_custom_file: zzz-evolinux-custom.cnf
mysql_restart_if_needed: True
# replication variables:
mysql_replication: false
mysql_log_bin: null
mysql_binlog_format: mixed
mysql_server_id: null
mysql_bind_address: null
mysql_repl_password: ''
mysql_read_only: 0