mysqld_exporter: Initial version of role
This commit is contained in:
parent
5751c77b8f
commit
8bc5793d70
7 changed files with 125 additions and 0 deletions
6
roles/mysqld_exporter/templates/my.cnf.j2
Normal file
6
roles/mysqld_exporter/templates/my.cnf.j2
Normal file
|
@ -0,0 +1,6 @@
|
|||
[client]
|
||||
user = mysqld_exporter
|
||||
password = {{ mysqld_exporter_pass }}
|
||||
ssl-cert = {{ tls_certs }}/{{ inventory_hostname }}.crt
|
||||
ssl-key = {{ tls_private }}/{{ inventory_hostname }}.key
|
||||
ssl-ca = {{ tls_certs }}/ca.crt
|
Loading…
Add table
Add a link
Reference in a new issue