Running Ansible Tower Job with REST API

In vRealize Automation 8.x we have out of the box integration for Ansible and Ansible Tower directly build in in to a Cloud Templates designer. Still there is a way to run this integration as a part of EBS subscription. This way you will be able to detect any single Job failure and decide if …

Running vRO Workflows from Ansible playbook

I had a need to run vRealize Orchestrator workflow directly form my Ansible Tower.To do that I wrote a dedicated Ansible module that allows to run any vRO workflow form Ansible playbook. This is useful if you want to reuse automation you already done in vRO or if you are dealing with something that is …