File tree Expand file tree Collapse file tree 2 files changed +3
-18
lines changed Expand file tree Collapse file tree 2 files changed +3
-18
lines changed Original file line number Diff line number Diff line change 23
23
mysql_slow_query_log_file : " {{ __mysql_slow_query_log_file }}"
24
24
when : mysql_slow_query_log_file is not defined
25
25
26
- - name : Define mysql_log_error.
27
- set_fact :
28
- mysql_log_error : " {{ __mysql_log_error }}"
29
- when : mysql_log_error is not defined
30
-
31
- - name : Define mysql_syslog_tag.
32
- set_fact :
33
- mysql_syslog_tag : " {{ __mysql_syslog_tag }}"
34
- when : mysql_syslog_tag is not defined
35
-
36
- - name : Define mysql_pid_file.
37
- set_fact :
38
- mysql_pid_file : " {{ __mysql_pid_file }}"
39
- when : mysql_pid_file is not defined
40
-
41
26
# Setup/install tasks.
42
27
- include : setup-RedHat.yml
43
28
when : ansible_os_family == 'RedHat'
Original file line number Diff line number Diff line change @@ -7,9 +7,9 @@ __mysql_packages:
7
7
- MySQL-python
8
8
- perl-DBD-MySQL
9
9
__mysql_slow_query_log_file : /var/log/mysql-slow.log
10
- __mysql_log_error : /var/log/mariadb/mariadb.log
11
- __mysql_syslog_tag : mariadb
12
- __mysql_pid_file : /var/run/mariadb/mariadb.pid
10
+ mysql_log_error : /var/log/mariadb/mariadb.log
11
+ mysql_syslog_tag : mariadb
12
+ mysql_pid_file : /var/run/mariadb/mariadb.pid
13
13
mysql_config_file : /etc/my.cnf
14
14
mysql_config_include_dir : /etc/my.cnf.d
15
15
mysql_socket : /var/lib/mysql/mysql.sock
You can’t perform that action at this time.
0 commit comments