Taking ideas from this blog post, i.e. https://www.redhat.com/en/blog/integrating-ansible-jenkins-cicd-process, we will look at how Ansible Tower can be used for application deployment in a Continuous Integration/Continuous Delivery (CI/CD) process using a Jenkins Pipeline.
Jenkins is a well-known tool for implementing CI/CD. Shell scripts are commonly used for provisioning environments or to deploy applications during the pipeline flow. Although this will work, it is cumbersome to maintain and reuse scripts in the long run.
The purpose of using Ansible Tower in the pipeline flow is to reuse roles, playbooks and automation workflows for provisioning and application deployment so that Jenkins will not need to take on the role as a shell script executor.
While Ansible Tower can easily spin up the required infrastructure for on-prem and public clouds such as AWS, Azure and Google, this demo will only focus on the application deployment piece as we have already demonstrated infrastructure provisioning in other demos.
This piece of work is done in collaboration with Woh Shon (https://github.com/wohshon). The relevant codes can be found at the following repo
1. https://github.com/eanylin/ansible-lab/tree/master/app_deployment_demo
2. https://github.com/eanylin/test-quarkus
source
Fantastic Video.Thanks for sharing your knowledge
Expecting more videos like this, Thank you for sharing Antony !!
Well explained
thanks for sharing