All Projects → solita → ansible-role-solita.jenkins

solita / ansible-role-solita.jenkins

Licence: MIT license
Ansible role: Jenkins, completely configured with Ansible

Programming Languages

ruby
36898 projects - #4 most used programming language
python
139335 projects - #7 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to ansible-role-solita.jenkins

file-operations-plugin
File Operations as Build Step in Jenkins
Stars: ✭ 26 (+23.81%)
Mutual labels:  jenkins
ansible-role-zerotier
Ansible role to install Zerotier-One and join a Zerotier network
Stars: ✭ 64 (+204.76%)
Mutual labels:  ansible-role
jenkins-in-docker
Instructions
Stars: ✭ 18 (-14.29%)
Mutual labels:  jenkins
ansible-role-bastille
An ansible role that helps configure a server as a BastilleBSD host
Stars: ✭ 15 (-28.57%)
Mutual labels:  ansible-role
devops-interview-questions
DevOps Interview Questions
Stars: ✭ 73 (+247.62%)
Mutual labels:  jenkins
cheat-sheet-pdf
📜 A Cheat-Sheet Collection from the WWW
Stars: ✭ 728 (+3366.67%)
Mutual labels:  jenkins
SeleniumDemo
Selenium automation test framework
Stars: ✭ 84 (+300%)
Mutual labels:  jenkins
buildserver
Multiplatform development environment with Vagrant and Ansible
Stars: ✭ 18 (-14.29%)
Mutual labels:  jenkins
godemo
golang learning demo
Stars: ✭ 16 (-23.81%)
Mutual labels:  jenkins
gitops-playground
Reproducible infrastructure to showcase GitOps workflows and evaluate different GitOps Operators on Kubernetes
Stars: ✭ 77 (+266.67%)
Mutual labels:  jenkins
mypaas
MyPaas is an Ansible playbook for startups or small companies which want to build a modern and fully automated infrastructure.
Stars: ✭ 24 (+14.29%)
Mutual labels:  jenkins
docker-jenkins-jnlp-slave-windows
Jenkins JNLP Slaves as Windows Container
Stars: ✭ 26 (+23.81%)
Mutual labels:  jenkins
corebot
A bot to trigger Rundeck and Jenkins jobs from Slack.
Stars: ✭ 69 (+228.57%)
Mutual labels:  jenkins
infraverse
Infrastructure Platforms and Applications Comparison
Stars: ✭ 77 (+266.67%)
Mutual labels:  jenkins
pvwa
Ansible role to deploy Cyberark Password Vault Web Access
Stars: ✭ 16 (-23.81%)
Mutual labels:  ansible-role
ansible-role-create-users
Manage users on Linux using Ansible
Stars: ✭ 73 (+247.62%)
Mutual labels:  ansible-role
Book k8sInfra
< 컨테이너 인프라 환경 구축을 위한 쿠버네티스/도커 >
Stars: ✭ 176 (+738.1%)
Mutual labels:  jenkins
jenkins
Continuous integration with disposable containers
Stars: ✭ 16 (-23.81%)
Mutual labels:  jenkins
postbuildscript-plugin
The PostBuildScript Jenkins plugin lets you execute a set of scripts at the end of the build depending on the build status.
Stars: ✭ 40 (+90.48%)
Mutual labels:  jenkins
ansible-role-win updates
Install Windows updates using Ansible.
Stars: ✭ 24 (+14.29%)
Mutual labels:  ansible-role

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].