mysqld_exporter: Initial version of role

This commit is contained in:
Timo Makinen 2024-02-17 17:58:32 +00:00
parent 5751c77b8f
commit 8bc5793d70
7 changed files with 125 additions and 0 deletions

View file

@ -0,0 +1,6 @@
---
- name: Restart mysqld_exporter
ansible.builtin.systemd:
name: mysqld_exporter
daemon_reload: true
state: restarted