Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

some corrections and a little refactoring of the activemq.xml template #5

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

MarcoDekker
Copy link

modifications:

defaults/main.yml

  • renamed variables starting with activemq_ to amq_ to be more consistent with previous version(s)
  • added a custom log4j.properties template
  • added default username/password to activemq broker config
  • changed the build up of the amq_transport connectors in the activemq.xml.j2 template to be more flexible
  • bumped default versdion to 5.15.8

tasks/tarbal.yml

  • noted some typo's in name: blocks, corrected them and might have introduced new typo's xD
  • getting the tarball with ansible: unarchive instead of get_url
  • no need to generate 'empty log file', just make sure the directory is owned by {{ amq_user }}

activemq.xml.j2

  • changed activemq_instance_name to amq_broker_name to be more consistent with the .xml file.
    (and the previous change of renaming activemq_ to amq_ in all variables)

  • building up the in a similar way as the {{ amq_env_vars }} are used

  • custom log4j.properties file
    made it possible to change to 'default' logfile location to: {{ amq_log_dir }}/activemq.log

Marco Dekker added 2 commits March 20, 2019 21:16
- renamed variables starting with activemq_ to amq_ to be more
consistent with previous version(s)
- added a custom log4j.properties template
- added default username/password to activemq broker config
- changed the build up of the amq_transport connectors in the
activemq.xml.j2 template to be more flexible
- bumped default versdion to 5.15.8

tasks/tarbal.yml
- noted some typo's in name: blocks, corrected them and might have
introduced new typo's xD
- getting the tarball with ansible: unarchive instead of get_url
- no need to generate 'empty log file', just make sure the directory is
owned by {{ amq_user }}

activemq.xml.j2

- changed activemq_instance_name to amq_broker_name to be more
consistent with the .xml file.
  (and the previous change of renaming activemq_ to amq_ in all
variables)
- building up the <transportConnectors> in a similar way as the {{
amq_env_vars }} are used

- custom log4j.properties file
  made it possible to change to 'default' logfile location to: {{
amq_log_dir }}/activemq.log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant