adding the jmx file back as mesh is failing to start without it

This commit is contained in:
Geoff Jacobs
2022-09-01 10:24:44 +10:00
parent 4e6a600f56
commit 7a7d2d2259
3 changed files with 13 additions and 3 deletions

View File

@@ -2,7 +2,7 @@
grpc.server.address=0.0.0.0
authentication.token={{ ansible_hostname | hash('md5') }}
node.name= {{ ansible_hostname }}
node.name={{ ansible_hostname }}
node.id={{ ansible_hostname }}
jmx.enabled={{ mesh_jmx_enabled | default(false) }}