Skip to content

mdvickst/ansible-scan-jboss

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ansible-scan-jboss

Ansible is a configuration management tool that enables running modules on remote systems without the need for remote agent infrastructure.

For more information, see the Ansible web site.

This Ansible module scans for deployed JBoss instances by searching for the jboss-modules.jar and run.jar files and then extracts the version from the pom.properties and MANIFEST.MF, respectively, to determine which distribution contained the jar.

NB: This script is up to date through EAP 6.4 CP04 and WildFly 10.0.0.CR3.

This has now been updated with a python script in addition to a bash script. The python script correctly works on both Linux and Mac OSX, but it has not yet been tested with Microsoft Windows. Also, the python script needs to be updated to match ansible expectations for a custom module, per chapter 10 in the "Ansible: Up and Running" book.

About

module to scan for JBoss instances

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 53.7%
  • Shell 46.3%