An Ansible Role to Install/Configure Jenkins CI
None
None
---
- hosts: all
become: true
vars:
roles:
- role: ansible-jenkins
tasks:
Included is a Vagrant test environment to easily spinup. This environment is very useful for quickly spinning up a usable Jenkins CI platform. It is also very useful for learning how to provision a Jenkins CI platform using Ansible.
To spin up this test environment simply execute:
cd Vagrant
vagrant up
Once the provisioning is complete you can then connect to the Jenkins WebUI using your browser of choice and begin doing some cool stuff.
NOTE: This setup is an insecure setup without any authentication enabled and it should be treated as purely a playground.
Once you are done using this test environment and are ready to tear it all down simply execute:
cd Vagrant
./cleanup.sh
MIT
Larry Smith Jr.
- @mrlesmithjr
- EverythingShouldBeVirtual
- mrlesmithjr [at] gmail.com