Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

> Ansible role to deploy/setup jenkins on ubuntu



Software License


Donate

## 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)