Hi - 

I'm at a point in my Ansible development where I think I need to write a 
module.  We use a third party messaging server called SwiftMQ.  It's very 
similar to RabbitMQ & ActiveMQ.  SwiftMQ (SMQ) doesn't provide an API for 
determining if objects exist or attribute values.  Instead, it provides a 
CLI to execute a series of commands & you can execute the CLI with an input 
file.

Likewise, if you want to retrieve values via the CLI, you can output to a 
text file.  It's primative, but it works and runtime is extremely fast.

Does anyone have experience with having to parse CLI output to determine if 
& what values need to change?  If so, do you have any advice?  Is there an 
alternative approach that I haven't considered?

Thanks.

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/21ef6210-3f4a-4846-bc0d-dfa7febab4bd%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to