XMLWordPrintable

Details

    • Task
    • Resolution: Obsolete
    • Major
    • None
    • None
    • Broker DOC
    • None
    • Undefined

    Description

      With Ansible

      • block:
      • name: patch - set hawtio.war as console
        xml:
        path: "{{ amq_broker_dir }}/etc/bootstrap.xml"
        pretty_print: yes
        namespaces:
        x: "http://activemq.org/schema"
        xpath: "//x:app[@url='console']"
        attribute: war
        value: hawtio.war
        state: present
        register: bootstrap_xml

      become: yes
      become_user: "{{ amq_user }}"
      when: amq_version is version('7.8.0','>=')

      Reported by: paulwrr

      https://access.redhat.com/documentation/en-us/red_hat_amq/2020.q4/html/managing_amq_broker/patching#annotations:a97b174c-d186-45a9-a46d-69821bf140e1

      Attachments

        Activity

          People

            jcliffor@redhat.com John Clifford
            ddf-bot DDF Bot
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: