On Thursday, April 10, 2014 12:14:24 PM UTC-4, Paul Durivage wrote: > > The type of work you're looking to do is best handled by writing a > Cloudera module. I don't want to imagine how one might wrap a REST API in > a playbook -- that does not sound fun or reasonable. :) >
Paul, It has already been done... On Wed, Apr 9, 2014 at 2:11 PM, Salman Haq <[email protected]<javascript:> > > wrote: > >> I am exploring automation of a Hadoop cluster. >> >> The vendor (Cloudera) requires that all configuration happen through a >> REST API. See [1] for Cloudera Python API client. >> >> My question is: Is there a prior example of an Ansible playbook that >> wraps an HTTP api? >> > Salman, Look at this module's doc page: http://docs.ansible.com/uri_module.html (Romeo even provided some examples, prior to the existence of a JIRA module). > >> Thanks! >> Salman >> >> [1] http://cloudera.github.io/cm_api/docs/python-client/ >> > -- 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/48e32f14-a034-43ca-ad22-7758f5a5a28d%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
