jboss config and ansible

Have a new gig which is JBoss heavy, and I'm trying to come up with
a sane approach to manage configuration.

As far as I can make out changes via the jboss cli immediately update the
underlying XML configuration, so templating is probably out.

Does anyone know of any good Ansible modules for driving the jboss CLI?

The ansible jboss modules I've found seem focussed on the 'roads and sewers'
one time deploy steps (install package, make account, start service etc.) which
is the easy bit :slight_smile: