MySQL: "REPLICATION CLIENT" privilege for nrpe

This commit is contained in:
Jérémy Lecour 2017-09-20 11:33:27 +02:00 committed by Jérémy Lecour
parent 248f550a7f
commit 95c34c5d88
1 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@
mysql_user:
name: nrpe
password: '{{ mysql_nrpe_password.stdout }}'
priv: "*.*:REPLICATION CLIENT"
config_file: /root/.my.cnf
update_password: always
state: present