项目作者: devopswhizz
项目描述 :
Ansible role for Jenkins
高级语言:
项目地址: git://github.com/devopswhizz/ansible-jenkins.git

Ansible role to deploy/setup jenkins on ubuntu


Role Variables
jenkins_version: 2.138.1
jenkins_http_port: 8443
jenkins_hostname: jenkins.yourwebsite.com
Example Playbook
- hosts: jenkins
roles:
- role: ansible-jenkins
become: true
👬 Contribution