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:
2018-04-08 11:59:18 -05:00
parent 9a2dfa261c
commit fd347fa600
2 changed files with 45 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
jenkins_slave_required_packages:
- git-core
- java-1.8.0-openjdk-headless