Using Ansible with REST APIs | Opensource.com
opensource.com › article › 21Sep 30, 2021 · A basic API playbook. Well, it really comes down to a few key core capabilities within Ansible, which are exposed nicely with one specific built-in task, uri.In this post, I'll go through a fairly simple example of how to call a REST API and use the data from that call to decide what to do next.