Skip to content
Snippets Groups Projects
Verified Commit 881f0b40 authored by Florian Pritz's avatar Florian Pritz
Browse files

mariadb: Add TODO for zabbix agent access


Signed-off-by: default avatarFlorian Pritz <bluewind@xinu.at>
parent 7295fe19
No related branches found
No related tags found
No related merge requests found
......@@ -42,6 +42,8 @@
- name: configure zabbix-agent user
mysql_user: user={{zabbix_agent_mysql_user}} host=localhost password={{vault_mariadb_users.zabbix_agent}}
# TODO: implement in ansible: grant process on *.* to 'zabbix_agent'@'localhost';
- name: install zabbix mysql config
template: src=zabbix_agentd.my.cnf.j2 dest=/etc/zabbix/zabbix_agentd.my.cnf owner=zabbix-agent group=zabbix-agent mode=0600
......
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