mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-14 17:03:06 -06:00
adding mesh.properties and handlers
This commit is contained in:
10
roles/bitbucket_mesh/templates/mesh.properties.j2
Normal file
10
roles/bitbucket_mesh/templates/mesh.properties.j2
Normal file
@@ -0,0 +1,10 @@
|
||||
# Listen for gRPC requests on all interfaces by default. This allows connecting to the node remotely
|
||||
grpc.server.address=0.0.0.0
|
||||
|
||||
authentication.token={{ ansible_hostname | hash('md5') }}
|
||||
node.name= {{ ansible_hostname }}
|
||||
node.id={{ ansible_hostname }}
|
||||
|
||||
jmx.enabled={{ mesh_jmx_enabled | default(false) }}
|
||||
management.metrics.export.jmx.domain={{ mesh_jmx_export_domain | default("") }}
|
||||
metrics.tags.host={{ ansible_hostname }}
|
||||
Reference in New Issue
Block a user