Coder Social home page Coder Social logo

ansible_jenkins's Introduction

jenkins

This role installs Jenkins and configures the start parameters.

Requirements

Ubuntu

Role Variables

Name Default / Mandatory Description
jenkins_java /usr/bin/java Path to the Java installation Jenkins should execute
jenkins_java_args -Djava.awt.headless=true Additional arguments to pass to the JVM
jenkins_pidfile /var/run/jenkins/jenkins.pid Path to the PID file Jenkins should create on launch
jenkins_user jenkins User under which Jenkins should run
jenkins_group jenkins Group under which Jenkins should run
jenkins_home /var/lib/jenkins Home directory of Jenkins
jenkins_log daemon.info File or syslog log target
jenkins_max_fd 8192 Maximum amount of open file handles for Jenkins
jenkins_umask 027 Umask for Jenkins
jenkins_http_host 0.0.0.0 Host to bind on for HTTP connections
jenkins_http_port 8080 Port to bind on for HTTP connections
jenkins_prefix / Servlet context prefix for Jenkins
jenkins_args (See defaults/main.yml) Start parameters for Jenkins

Example Playbook

- hosts: builders
  roles:
    - role: jenkins
      jenkins_log: /var/log/jenkins
      jenkins_host: 127.0.0.1
      jenkins_port: 8081

License

This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.

Author Information

ansible_jenkins's People

Contributors

dasj avatar haslersn avatar slothofanarchy avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.