Files
configpolicy/roles/jenkins-slave/vars/main.yml
Dustin C. Hatch fd347fa600 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.
2018-04-08 11:59:18 -05:00

4 lines
74 B
YAML

jenkins_slave_required_packages:
- git-core
- java-1.8.0-openjdk-headless