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.
This commit is contained in:
2018-04-08 12:30:13 -05:00
parent 06a21b2090
commit 7c8227c30f

View File

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