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