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: 7 months 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 (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-01T21:17:43.000Z (over 6 years ago)
- Last Synced: 2024-10-14T07:41:31.169Z (8 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 [](https://twitter.com/anmol_nagpal)