Introduction
This repository was created to provide a new team with a pre configured Jenkins master and slave environment. The Jenkins master is configured with all the essential tools needed to run Jenkins right out of the box. The Jenkins slave machine is pre-configured with docker installed, to support the provisioning of docker on demand slaves.
Vagrant and Ansible is being used to provision these environments, on either Amazon Web Services or by using a local virtual environment such as Virtual Box. With the tools provided, this will enable any team to provision these environments with little effort and in a repeatable fashion.
- If interested in pushing to this Repository please see the
Development
section. - If problems occur, Please check the
Known Issues
page first. If there are no resolutions for your problem then feel free to submit an issue. - Most Instructions and problem resolutions were tested for Mac OS X. Cannot guarantee this process will work on other operating systems
Credits
This repository was inspired and designed around ansible-jenkins: