Skip to content

solita/ansible-role-solita.jenkins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

solita.jenkins

Ansible role: A Jenkins installation completely configured with Ansible.

Documentation

Reference

Development

Setup a test environment by running vagrant up in test directory. Execute vagrant ssh -c rake to run unit tests.

OpenJDK 11

This role has dependency on geerlingguy.java.

geerlingguy.java supports OpenJDK 11 installation out of the box with, by specifying java_packages variable in inventory / playbook / extra vars like this:

RedHat/Centos:

vars:
  java_packages: 
    - java-11-openjdk

Debian/Ubuntu:

vars:
  java_packages:
    - openjdk-11-jdk

Contributors