Interconnect & Orchestrate your Runbooks and Scripts
We all use many automation runbooks using Ansible, Terraform, Powershell, etc. With the increasing number of scripts we certainly need an orchestration platform for better security and management. In addition we always need to add coding layers to interconnect these scripts and interface them with other tools like ITSM, Git, ChatOps, etc.
Example
Interconnect Jira, Terraform, Slack and Ansible
Run a single automation that is triggered by Jira and involves Terraform and Ansible without any API coding.
Why not automate it?
Deploy an automation flow that is triggered by a Jira ticket, deploys an infrastructure using Terraform, notifies DevOps using Slack for approval, triggers Ansible configuration and updates the Jira ticket.

Devops creates a flow that
-
Gets triggered by a Jira ticket and executes Terraform code
-
Sends notification via Slack when the code execution was successful
-
Use the Terraform result as input to an Ansible configuration script
-
Update the Jira ticket at the end of the flow