Giter Site home page Giter Site logo

ansible-role-jenkins's Introduction

Role Name

agilityroots/ansible-role-jenkins

  • This role installs Jenkins (bare-metal) via the package manager.
  • The role also installs OpenJDK Java as a dependency.
  • No additional customization is performed (e.g plugins or user creation).

You can use the role:

  1. for provisioning a Jenkins CI server
  2. as a base role for creating a Jenkins lab - e.g see agilityroots/jenkins-workshop.

Requirements

Host System

  • A Linux system with Ansible
  • Ansible 2.0+ required

Target System:

  • Ubuntu 16.04+ (not tested on Ubuntu 14.04)
  • CentOS support coming soon.
  • Python 2.7+ required for Ansible execution.

Role Variables

Look at defaults/main.yml for the list. Any of the variables there can be customized. (See examples below)

Dependencies

The role depends on geerlingguy.java to install OpenJDK 8. Look at meta/main.yml for the dependencies list.

Example Playbook

Provisions an ansible group servers with Jenkins. The Jenkins port is set to 9095.

    - hosts: servers
      roles:
         - { role: agilityroots/ansible-role-jenkins, jenkins_http_port: 9095 }
    - hosts: servers
      roles:
         - { role: agilityroots/ansible-role-jenkins, jenkins_http_port: 9095 }

License

MIT

Author Information

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.