Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/iriw/jenkins-auto-setup
- Owner: IriW
- Created: 2023-01-30T23:54:11.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-04T21:52:02.000Z (almost 2 years ago)
- Last Synced: 2024-11-19T12:18:31.758Z (2 months ago)
- Language: Shell
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# jenkins-auto-setup
Create VM with Vagrant and configure Jenkins with AnsiblePrerequisites:
- 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.