Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Sébastien Luttringer
infrastructure
Commits
881f0b40
Verified
Commit
881f0b40
authored
Aug 07, 2019
by
Florian Pritz
Browse files
mariadb: Add TODO for zabbix agent access
Signed-off-by:
Florian Pritz
<
bluewind@xinu.at
>
parent
7295fe19
Changes
1
Hide whitespace changes
Inline
Side-by-side
roles/mariadb/tasks/main.yml
View file @
881f0b40
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment