mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-15 09:23:06 -06:00
debugging
This commit is contained in:
@@ -6,6 +6,14 @@
|
|||||||
path: "{{ mesh_properties_file }}"
|
path: "{{ mesh_properties_file }}"
|
||||||
regexp: '^node\.name='
|
regexp: '^node\.name='
|
||||||
|
|
||||||
|
- name: debug atl_hostedzone
|
||||||
|
debug:
|
||||||
|
msg: "{{ atl_hostedzone }}"
|
||||||
|
|
||||||
|
- name: debug line for node.rpc-url
|
||||||
|
debug:
|
||||||
|
msg: "{{ mesh_node_scheme }}://{{ mesh_node_name }}.{{ atl_aws_stack_name }}-{{ ansible_ec2_placement_region }}.{{ atl_hostedzone }}:{{ mesh_node_port }}"
|
||||||
|
|
||||||
- name: Update mesh.properties 'node.rpc-url' with mesh_node_name value
|
- name: Update mesh.properties 'node.rpc-url' with mesh_node_name value
|
||||||
ansible.builtin.lineinfile:
|
ansible.builtin.lineinfile:
|
||||||
path: "{{ mesh_properties_file }}"
|
path: "{{ mesh_properties_file }}"
|
||||||
|
|||||||
Reference in New Issue
Block a user