InterviewSolution
| 1. |
What is the use of Ansible in Jenkins? |
|
Answer» Ansible is an incredible ASSET for IT automation and can be utilized in a CI/CD procedure to arrangement the target environment and to an application on it. The most effective method to utilize Ansible for environment provisioning and application deployment in a Continuous Integration/Continuous Delivery (CI/CD) process utilizing a Jenkins Pipeline. Jenkins is a notable tool for automation CI/CD. Shell scripts are regularly utilized for provisioning environments or to deploy applications amid the pipeline stream. DESPITE the fact that this could work, it is bulky to keep up and reuse contents over the long haul. The motivation behind utilizing Ansible in the pipeline stream is to reuse jobs and Playbooks for provisioning, leaving Jenkins just as a procedure orchestrator rather than a shell script agent. The above represents the accompanying engineering COMPONENTS:
|
|