mysql - add host option
This commit is contained in:
parent
2530f2ebf9
commit
f6e311cd4c
@ -1,4 +1,7 @@
|
|||||||
# {{ ansible_managed }}
|
# {{ ansible_managed }}
|
||||||
[client]
|
[client]
|
||||||
|
{% if prometheus_mysqld_exporter_host is defined %}
|
||||||
|
host={{ prometheus_mysqld_exporter_host }}
|
||||||
|
{% endif%}
|
||||||
user={{ prometheus_mysqld_exporter_user }}
|
user={{ prometheus_mysqld_exporter_user }}
|
||||||
password={{ prometheus_mysqld_exporter_password }}
|
password={{ prometheus_mysqld_exporter_password }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user