mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-15 17:33:06 -06:00
adding the jmx file back as mesh is failing to start without it
This commit is contained in:
@@ -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) }}
|
||||
|
||||
Reference in New Issue
Block a user