Skip to content
Snippets Groups Projects
Verified Commit 100c358b authored by Chris Croome's avatar Chris Croome
Browse files
parent 35cb661c
No related branches found
No related tags found
No related merge requests found
Pipeline #29370 passed
......@@ -17,7 +17,7 @@ repos:
name: YAML Lint
# https://github.com/ansible/ansible-lint/releases
- repo: https://github.com/ansible/ansible-lint.git
rev: v6.18.0
rev: v6.19.0
hooks:
- id: ansible-lint
name: Ansible Lint
......@@ -29,7 +29,7 @@ repos:
- jmespath==1.0.1
# https://github.com/jackdewinter/pymarkdown/releases
- repo: https://github.com/jackdewinter/pymarkdown
rev: v0.9.12
rev: v0.9.13.3
hooks:
- id: pymarkdown
name: Markdown Lint
......
{
"plugins": {
"md013": {
"enabled": false
}
}
}
# Copyright 2018-2023 Chris Croome
#
# This file is part of the Webarchitects MariaDB Ansible role.
#
# The Webarchitects MariaDB Ansible role is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
#
# The Webarchitects MariaDB Ansible role is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License along with the Webarchitects MariaDB Ansible role. If not, see <https://www.gnu.org/licenses/>.
---
{
"plugins": {
"md013": {
"enabled": false
}
}
}
......@@ -40,7 +40,7 @@ A boolean, `mariadb_mysqltuner` defaults to `true` and results in [MySQLTuner](h
### mariadb_mysqltuner_version
A version number for MySQLTuner, `mariadb_mysqltuner_version` defaults to `1.9.9` the version provided by [Debian Bookworm](https://packages.debian.org/bookworm/mysqltuner). If `mariadb_mysqltuner_version` is set to `latest` then the [versions available from GitHub](https://github.com/major/MySQLTuner-perl/releases) are checked and the latest release is installed.
A version number for MySQLTuner, `mariadb_mysqltuner_version` defaults to `2.2.12` as this version has [a fix for this issue](https://github.com/major/MySQLTuner-perl/issues/715). If `mariadb_mysqltuner_version` is set to `latest` then the [versions available from GitHub](https://github.com/major/MySQLTuner-perl/releases) are checked and the latest release is installed.
### mariadb_pkgs_absent
......
......@@ -50,7 +50,7 @@ mariadb_config:
mysqldump:
max_allowed_packet: "64M"
mariadb_mysqltuner: true
mariadb_mysqltuner_version: "1.9.9"
mariadb_mysqltuner_version: "2.2.12"
mariadb_pkgs_absent: []
mariadb_pkgs_present:
- git
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment