Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/iriw/jenkins-auto-setup

Create VM with Vagrant and configure Jenkins with Ansible
https://github.com/iriw/jenkins-auto-setup

Last synced: about 2 months ago
JSON representation

Create VM with Vagrant and configure Jenkins with Ansible

Awesome Lists containing this project

README

        

# jenkins-auto-setup
Create VM with Vagrant and configure Jenkins with Ansible

Prerequisites:

- Vagrant
- Ansible / optional depending on installation tool chosen (ansible role, or bash script)

## How does it work:

Initiate provisioning running `vagrant up`.

1. If Vagrantfile specifies provisioning with bash script (here, the default one), the script will run and install&configure Jenkins.

2. If Vagrantfile has defined provisioning `ansible`, once VM is provisioned, ansible role for Jenkins installation is triggered.

When Jenkins configuration is completed, the initial admin passwordpassword output will be displayed.