After being googling enough, I thought to seek help from here.
I have an ansible playbook which works fine and does the job on a Linux host as well as from Jenkins as a Job.
What I want to do is and this is basically the company I work for is using Azure DevOps formerly known as VSTS.
The idea I have in mind is Azure DevOps should provision environment with Ansible or even Terraform. I have both codes and both do the job.
For now, I want Azure DevOps to run my playbook, later on, it would a terraform code doing provisioning and Ansible installing software and doing configuration management.
My question is how to create a job in Azure DevOps for Ansible or for Terraform.
I had a look at UI and have no idea how to get started.
Any guidance would be greatly appreciated.
Thank you