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.
jenkins-master
Dustin 2018-04-08 12:30:13 -05:00
parent 06a21b2090
commit 7c8227c30f
1 changed files with 1 additions and 0 deletions

View File

@ -1,3 +1,4 @@
- hosts: jenkins-slave
roles:
- jenkins-slave
- ssh-hostkeys