Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nhojpatrick/ansible-example-jenkins
Ansible Example of Jenkins
https://github.com/nhojpatrick/ansible-example-jenkins
ansible jenkins vagrant virtualbox
Last synced: about 1 month ago
JSON representation
Ansible Example of Jenkins
- Host: GitHub
- URL: https://github.com/nhojpatrick/ansible-example-jenkins
- Owner: nhojpatrick
- Created: 2020-04-01T16:47:55.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-01-15T11:23:01.000Z (almost 2 years ago)
- Last Synced: 2024-10-14T11:36:53.554Z (2 months ago)
- Topics: ansible, jenkins, vagrant, virtualbox
- Language: Shell
- Homepage:
- Size: 52.7 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ansible Example of Jenkins
## Requirements
* Vagrant v2.2.7 (may work with any v2.x)
* VirtualBox v6.1.6 (may work with any v6.x)Commands all assume your using a Mac, so for Linux or Windows you might need to change steps but I'm unaware what changes are needed.
## Tested Combinations
The following have been tested, other combinations might work;
- Vagrant v2.2.7 + VirtualBox v6.1.6 + CentOS 7 + Java 8 + Jenkins
## Quick Start
Simple as, ` vagrant up`, and a new vm will be created, with Java 8 and Jenkins installed.
## Jenkins homepage
http://localhost:8181/
## Notes
The files `setup_*.yaml` are used as a work around to install the latest version of ansible, including git so that ansible galaxy can install from github.