https://github.com/bronzdoc/jenkins-docker-service
Ansible role to create a docker based jenkins service
https://github.com/bronzdoc/jenkins-docker-service
Last synced: 5 months ago
JSON representation
Ansible role to create a docker based jenkins service
- Host: GitHub
- URL: https://github.com/bronzdoc/jenkins-docker-service
- Owner: bronzdoc
- Created: 2017-02-20T04:10:13.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-03T23:50:51.000Z (about 9 years ago)
- Last Synced: 2025-10-11T07:23:42.092Z (9 months ago)
- Homepage:
- Size: 9.77 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
jenkins-docker-service [](https://travis-ci.org/bronzdoc/jenkins-docker-service)
=========
Jenkins in docker as a systemd service
Requirements
------------
Docker
Role Variables
--------------
| Variable | Meaning | Default |
|:-------|:-----------------|:-----------
| jenkins_home | Path to your jenkins home | $HOME/jenkins_home
| jenkins_port | Port mapping of you jenkins server container | 8080:8080
Example Playbook
----------------
- hosts: hosts
roles:
- { role: jenkins-docker-service }
```
$ ansible-playbook --ask-sudo playbok.yml
```
Note: you need to `--ask-sudo` to configure the systemd unit properly
License
-------
MIT
Author Information
------------------
bronzdoc