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

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

Awesome Lists containing this project

README

          

jenkins-docker-service [![Build Status](https://travis-ci.org/bronzdoc/jenkins-docker-service.svg?branch=master)](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