We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6291fca commit b7b0e9eCopy full SHA for b7b0e9e
roles/activemq_uninstall/README.md
@@ -51,9 +51,20 @@ Role Defaults
51
52
Example Playbook
53
----------------
54
-```
+```yaml
55
---
56
-- hosts: all
+- 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
68
roles:
- - middleware_automation.amq.activemq_uninstall
69
+ - role: middleware_automation.amq.activemq_uninstall
70
```
0 commit comments