https://github.com/avanov/ansible-jenkins
Ansible role for Jenkins CI
https://github.com/avanov/ansible-jenkins
Last synced: about 1 year ago
JSON representation
Ansible role for Jenkins CI
- Host: GitHub
- URL: https://github.com/avanov/ansible-jenkins
- Owner: avanov
- License: mit
- Created: 2014-05-07T13:56:26.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-05-09T00:34:22.000Z (about 12 years ago)
- Last Synced: 2025-03-30T14:27:45.030Z (about 1 year ago)
- Size: 152 KB
- Stars: 7
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
avanov.jenkins
==============================
Ansible role for Jenkins CI
Install it with the following command:
```bash
$ ansible-galaxy install avanov.jenkins
```
Requirements
------------
None
Role Variables
--------------
Here is the list of all variables and their default values:
* ``jenkins_name: jenkins``
* ``jenkins_user: jenkins``
* ``jenkins_group: "{{ jenkins_user }}"``
* ``jenkins_http_port: 8080``
* ``jenkins_home_path: /var/lib/jenkins``
* ``jenkins_java_path: /usr/bin/java``
* ``jenkins_servlet_prefix: /``
* ``jenkins_pidfile: /var/run/jenkins/jenkins.pid``
Dependencies
------------
None
Example Playbook
-------------------------
- hosts: servers
roles:
- { role: avanov.jenkins, jenkins_http_port: 8888 }
License
-------
MIT
Author Information
------------------
Maxim Avanov (https://maximavanov.com)