From 7c8227c30fd48bd71f6e72d754c9f2987186dab8 Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Sun, 8 Apr 2018 12:30:13 -0500 Subject: [PATCH] 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-slave.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/jenkins-slave.yml b/jenkins-slave.yml index 78e971f..59ead3b 100644 --- a/jenkins-slave.yml +++ b/jenkins-slave.yml @@ -1,3 +1,4 @@ - hosts: jenkins-slave roles: - jenkins-slave + - ssh-hostkeys