Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions group_vars/db_server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ mysql_socket: /var/lib/mysql/mysql.sock
mysql_port: 3306
mysql_log_bin: /var/lib/mysql/mysql_binary_log
mysql_log: /var/log/mysqld.log
mysql_pid_dir: /var/run/mysqld
mysql_pid_file: "{{ mysql_pid_dir }}/mysqld.pid"
mysql_root_password: changeme

# Supported database types: mysql,postgresql,...
Expand Down
1 change: 0 additions & 1 deletion roles/mariadb/templates/my.cnf.j2
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,3 @@ innodb_log_file_size = 512M

[mysqld_safe]
log-error = {{ mysql_log }}
pid-file = {{ mysql_pid_file }}