Hi Ansible Gurus, specially Dick Visser and vlado and all experts,
I have a question regarding Ansible Integration of REST APIs (built in
JAVA). Assume I have 100 of Resource End Point( or Service End point) where
each Resource can be updated/read/deleted using CURD operation. Also Each
resource has almost 10-15 variables (JSON Req/Resp).
Currently i am using URI module for interacting these webservices but my
whole JSON data is stored in raw text file. Any time i want to do any CURD
opeation , i update that file and call Ansible task to perform respective
CURD operation.

Business demand is : have each REST resource parameters also configurable
using ansible (rather than storing in Plain text file). What is the best
way of doing this because I have many REST resources and each resource has
many params.(as req./resp).


Waiting for urgent response and best solution.

Thanks and Regards
Rahul

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/CAGH8rEyBfToefFAT0KxMxEiLt_e%2BsujNnQ0snBUFbqPAZPn62w%40mail.gmail.com.

Reply via email to