Skip to content

Commit

Permalink
Merge pull request #146 from guidograzioli/jolokia_access_fix
Browse files Browse the repository at this point in the history
Update jolokia access when bind host and port are changed
  • Loading branch information
guidograzioli authored Aug 14, 2024
2 parents 7afc0c0 + 636f3ea commit 805d445
Show file tree
Hide file tree
Showing 5 changed files with 5,049 additions and 6 deletions.
2 changes: 1 addition & 1 deletion molecule/amq_upgrade/converge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
ansible.builtin.include_role:
name: middleware_automation.amq.activemq
vars:
activemq_version: "{{ '7.10.1' if amq_broker_enable is defined and amq_broker_enable else '2.21.0' }}"
activemq_version: "{{ '7.12.0' if amq_broker_enable is defined and amq_broker_enable else '2.36.0' }}"
2 changes: 1 addition & 1 deletion molecule/amq_upgrade/prepare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
ansible.builtin.include_role:
name: middleware_automation.amq.activemq
vars:
activemq_version: "{{ '7.9.4' if amq_broker_enable is defined and amq_broker_enable else '2.18.0' }}"
activemq_version: "{{ '7.10.1' if amq_broker_enable is defined and amq_broker_enable else '2.34.0' }}"
Loading

0 comments on commit 805d445

Please sign in to comment.