From: Kienan Stewart Date: Fri, 9 Aug 2024 18:58:49 +0000 (-0400) Subject: ansible: Add jenkins role to playbook for jenkins hosts X-Git-Url: http://git.lttng.org./?a=commitdiff_plain;h=0eb2dc8e0a5b627a10c58386ba458038b4d64a1a;p=lttng-ci.git ansible: Add jenkins role to playbook for jenkins hosts Change-Id: I3282369beffd760609bebeb722e5783b6d4d3f87 Signed-off-by: Kienan Stewart --- diff --git a/automation/ansible/site.yml b/automation/ansible/site.yml index 0647675..729af6b 100644 --- a/automation/ansible/site.yml +++ b/automation/ansible/site.yml @@ -14,6 +14,10 @@ roles: - common - gitmirror +- hosts: jenkins + roles: + - common + - jenkins - hosts: ci_node:developer roles: - common