mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-14 00:43:06 -06:00
adding the jmx file back as mesh is failing to start without it
This commit is contained in:
@@ -56,10 +56,18 @@
|
||||
when:
|
||||
- mesh_extract.changed | bool
|
||||
|
||||
- name: touch the jmx password file
|
||||
ansible.builtin.file:
|
||||
path: "{{ atl_home_base }}/{{ atl_product_edition }}/jmx.access"
|
||||
state: touch
|
||||
owner: "{{ atl_product_user_uid }}"
|
||||
group: "{{ atl_product_user_uid }}"
|
||||
mode: 0600
|
||||
|
||||
- name: template out mesh.properties
|
||||
ansible.builtin.template:
|
||||
src: mesh.properties.j2
|
||||
dest: "{{ atl_home_base }}/{{ atl_product_edition }}/mesh.properties"
|
||||
owner: "{{ atl_product_user }}"
|
||||
group: "{{ atl_product_user }}"
|
||||
mode: 0600
|
||||
mode: 0600
|
||||
@@ -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