Stouts / Stouts.jenkins

Ansible role which manage Jenkins CI
MIT License
41 stars 35 forks source link

[FEATURE] Allow listening on different address than http_host #51

Closed andreaswolf closed 8 years ago

andreaswolf commented 8 years ago

To directly expose Jenkins, e.g. within an intranet, it must listen on a different address than 127.0.0.1. Therefore, a new variable jenkins_listen_address is added that is used for setting up the server instead of the old jenkins_http_host.

klen commented 8 years ago

Thank you!