## Role VariablesAnsible role to deploy/setup jenkins on ubuntu
jenkins_version: 2.138.1
jenkins_http_port: 8443
jenkins_hostname: jenkins.yourwebsite.com
- hosts: jenkins
roles:
- role: ansible-jenkins
become: true
## Role VariablesAnsible role to deploy/setup jenkins on ubuntu
jenkins_version: 2.138.1
jenkins_http_port: 8443
jenkins_hostname: jenkins.yourwebsite.com
- hosts: jenkins
roles:
- role: ansible-jenkins
become: true