Skip to content
This repository has been archived by the owner on Jun 29, 2022. It is now read-only.

Commit

Permalink
Add some more common EAP install directories
Browse files Browse the repository at this point in the history
This covers EAP versions 6 and 7.
  • Loading branch information
Noah Lavine committed Oct 16, 2017
1 parent 977129e commit 3ef0006
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions roles/jboss_eap/tasks/main.yml
Expand Up @@ -17,6 +17,10 @@
with_items:
- /var/log/jboss-as
- /usr/log/jboss-as
- /opt/rh/eap7
- /home/jboss/EAP
- /home/jboss/EAP-6.3
- /usr/share/jbossas
when: '"jboss.eap.common-directories" in facts_to_collect'
- name: gather jboss.eap.processes
raw: ps -A -f e | grep eap
Expand Down

0 comments on commit 3ef0006

Please sign in to comment.