ansible-mysql icon indicating copy to clipboard operation
ansible-mysql copied to clipboard

Do not write data on read-only slave

Open HanXHX opened this issue 9 years ago • 1 comments

Check:

  • databases
  • users (when "mysql" database is replicated or not)
  • "secure.yml"

Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

HanXHX avatar Aug 22 '15 09:08 HanXHX

Fail if mysql_slave_readonly is true when:

  • mysql_databases is set
  • users are set if we replicate "mysql" database
  • Ignore "secure" (skip include)

HanXHX avatar Feb 15 '16 19:02 HanXHX