Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anmolnagpal/ansible-jenkins
Ansible role for Jenkins
https://github.com/anmolnagpal/ansible-jenkins
anmolnagpal ansible devops jenkins jenkins-ci role roles
Last synced: about 1 month ago
JSON representation
Ansible role for Jenkins
- Host: GitHub
- URL: https://github.com/anmolnagpal/ansible-jenkins
- Owner: anmolnagpal
- License: mit
- Created: 2018-07-01T11:47:51.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-01T21:17:43.000Z (almost 6 years ago)
- Last Synced: 2024-09-30T18:01:27.584Z (about 2 months ago)
- Topics: anmolnagpal, ansible, devops, jenkins, jenkins-ci, role, roles
- Homepage:
- Size: 12.7 KB
- Stars: 3
- Watchers: 4
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
> Ansible role to deploy/setup jenkins on ubuntu
## Role Variables
```yamlex
jenkins_version: 2.138.1
jenkins_http_port: 8443
jenkins_hostname: jenkins.yourwebsite.com
```## Example Playbook
```yaml
- hosts: jenkins
roles:
- role: ansible-jenkins
become: true
```
## 👬 Contribution
- Open pull request with improvements
- Discuss ideas in issues- Reach out with any feedback [![Twitter URL](https://img.shields.io/twitter/url/https/twitter.com/anmol_nagpal.svg?style=social&label=Follow%20%40anmol_nagpal)](https://twitter.com/anmol_nagpal)