--
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 ansible-proje...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/CAGH8rEwjeG%3DtOmDzTCGt5iZUU5%3Dbj5zSVfBrjDX2dG_-_%3DpDoQ%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/BE590701-D1B6-4415-87DC-BA442C199479%40gmail.com.
There is URI module present in Ansible which lets you invoke REST End Points and it works preety well.Currently i have lot of JSON Objects and corresponding REST end points ofcourse for each.Is it a good practice for each and every parameter inside a JSON object (which is model object for REST service) configurable via jinja template in Ansible rather than POSTing complete Payload to a base URL from a file?
I mean it can be huge parameters if we make each service payload parameter as variable in ansible.Customer demand is : they want each and every parameter used for REST API configurable via Ansible.
--
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 ansible-proje...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/cefd2db5-b239-4031-82f1-744477051145%40googlegroups.com.