File tree Expand file tree Collapse file tree 3 files changed +15
-1
lines changed Expand file tree Collapse file tree 3 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 46
46
- ubuntu2004
47
47
- ubuntu1804
48
48
- debian10
49
+ - debian11
49
50
50
51
steps :
51
52
- name : Check out the codebase.
Original file line number Diff line number Diff line change 1
1
---
2
2
- name : Check if MySQL is already installed.
3
- stat : path=/etc/init.d/mysql
3
+ stat : path=/etc/init.d/{{ mysql_daemon }}
4
4
register : mysql_installed
5
5
6
6
- name : Update apt cache if MySQL is not yet installed.
Original file line number Diff line number Diff line change
1
+ ---
2
+ __mysql_daemon : mariadb
3
+ __mysql_packages :
4
+ - default-mysql-server
5
+ mysql_log_file_group : adm
6
+ __mysql_slow_query_log_file : /var/log/mysql/mariadb-slow.log
7
+ __mysql_log_error : /var/log/mysql/mysql.log
8
+ __mysql_syslog_tag : mysqld
9
+ __mysql_pid_file : /run/mysqld/mysqld.pid
10
+ __mysql_config_file : /etc/mysql/my.cnf
11
+ __mysql_config_include_dir : /etc/mysql/conf.d
12
+ __mysql_socket : /run/mysqld/mysqld.sock
13
+ __mysql_supports_innodb_large_prefix : true
You can’t perform that action at this time.
0 commit comments