ansible-roles/mysql/tasks
Mathieu Trossevin 2036db938b
[Cleanup] Cleanup the mysql role
Remove the useless call for `cat` as `grep` take a file as it's second
argument that tell it to search for the pattern in a specific file
instead of whatever is passed to it through stdin.

Name both task defining the position of the config directory for
self-documentation purposes (and please ansible-lint defaults).

Change role description to it's description in the readme instead of the
default description asking for the role to be described.

Don't compare to empty string, an empty string is already false while a
non-empty string is true.
2020-12-23 15:02:20 +01:00
..
config_jessie.yml [Cleanup] Cleanup the mysql role 2020-12-23 15:02:20 +01:00
config_stretch.yml [Cleanup] Cleanup the mysql role 2020-12-23 15:02:20 +01:00
datadir.yml [Cleanup] Cleanup the mysql role 2020-12-23 15:02:20 +01:00
log2mail.yml mysql: log2mail config is owned by log2mail group 2017-08-12 12:25:47 -04:00
logdir.yml [Cleanup] Cleanup the mysql role 2020-12-23 15:02:20 +01:00
main.yml Added option to prepare mysql servers for replication 2020-06-01 12:01:01 -04:00
munin.yml mysql: Munin must use the debian-sys-maint user 2020-03-08 22:15:06 +01:00
nrpe.yml mysql: check_mode for nrpe password 2017-11-26 18:58:39 +01:00
packages_jessie.yml replace "with_items" in apt modules 2019-12-31 16:18:56 +01:00
packages_stretch.yml replace "with_items" in apt modules 2019-12-31 16:18:56 +01:00
replication.yml Fix right problem in mysql replication 2020-06-01 12:01:01 -04:00
tmpdir.yml [Cleanup] Cleanup the mysql role 2020-12-23 15:02:20 +01:00
users_jessie.yml mysql: abort if MariaDB on Debian 8 2018-04-17 10:24:47 +02:00
users_stretch.yml mysql: add quotes in a few tasks 2018-07-10 16:27:10 +02:00
utils.yml [Cleanup] Cleanup the mysql role 2020-12-23 15:02:20 +01:00