Projects

Now that you have a broad overview of a typical Jenkins pipeline. Let us get the actual Ansible deployment to work by:

  1. Installing Ansible on Jenkins
  2. Installing Ansible plugin in Jenkins UI
  3. Creating Jenkinsfile from scratch. (Delete all you currently have in there and start all over to get Ansible to run successfully)

You can watch a 10 minutes video here to guide you through the entire setup

Note: Ensure that Ansible runs against the Dev environment successfully.

...
Learn More