Skip to content

Commit b7b0e9e

Browse files
Siddhartha ManiSiddhartha Mani
authored andcommitted
updated YAML Example Playbook
1 parent 6291fca commit b7b0e9e

File tree

1 file changed

+14
-3
lines changed

1 file changed

+14
-3
lines changed

roles/activemq_uninstall/README.md

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,20 @@ Role Defaults
5151

5252
Example Playbook
5353
----------------
54-
```
54+
```yaml
5555
---
56-
- hosts: all
56+
- name: Uninstall ActiveMQ Service
57+
hosts: all
58+
become: true
59+
60+
vars:
61+
activemq_uninstall_skip_user: true
62+
activemq_uninstall_skip_zipfile: false
63+
activemq_version: 2.34.0
64+
activemq_dest: /custom/amq
65+
activemq_service_user_home: /opt/amq/apache-artemis-2.34.0
66+
activemq_shared_storage_path: /opt/amq/amq-broker/data/shared
67+
5768
roles:
58-
- middleware_automation.amq.activemq_uninstall
69+
- role: middleware_automation.amq.activemq_uninstall
5970
```

0 commit comments

Comments
 (0)