Files
configpolicy/jenkins-slave.yml
Dustin C. Hatch 7c8227c30f jenkins-slave: Apply ssh-hostkeys role
The *ssh-hostkeys* role needs to be applied to Jenkins slave nodes so
that e.g. SCM host keys are available.
2018-04-08 12:32:02 -05:00

5 lines
67 B
YAML

- hosts: jenkins-slave
roles:
- jenkins-slave
- ssh-hostkeys