Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 1.08 KB

File metadata and controls

35 lines (23 loc) · 1.08 KB

Jenkins Ansible Idempotency Testing

An introduction on using vagrant, Jenkins, and docker to test the idempotency of Ansible playbooks.

Requirements

You must have ansible installed on your system.

Installation instructions

You must then install the Jenkins ansible-galaxy role:

ansible-galaxy install geerlingguy.jenkins

Quick Start

  1. Clone this repository git clone https://github.com/tylerturk/jenkins_ansible_idempotent_test_vagrant.git
  2. cd in to the repository directory cd jenkins_ansible_idempotent_test_vagrant
  3. Bring your vagrant online vagrant up
  4. Navigate to your local jenkins on your computer
  5. Profit?!?!?!
  6. Tweet about how awesome testing ansible is.
  7. Thank @geerlingguy for writing the Jenkins ansible-galaxy role