roles/jenkins-slave: Prepare host for Jenkins
The *jenkins-slave* role prepares a host to have the Jenkins slave agent deployed on it. Deploying the agent itself is done by the Jenkins master, through the web UI.
This commit is contained in:
3
roles/jenkins-slave/vars/main.yml
Normal file
3
roles/jenkins-slave/vars/main.yml
Normal file
@@ -0,0 +1,3 @@
|
||||
jenkins_slave_required_packages:
|
||||
- git-core
|
||||
- java-1.8.0-openjdk-headless
|
||||
Reference in New Issue
Block a user