From ae3decf6bb2e09b2f4ea1ecb3475553842a713f9 Mon Sep 17 00:00:00 2001 From: Andrew Schoen Date: Tue, 20 Oct 2015 16:16:46 -0500 Subject: [PATCH] upload the .chacractl to jenkins slaves The actual file is not commited because of the api credentials, you must provide this file yourself when running the playbook. Signed-off-by: Andrew Schoen --- ansible/slave.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ansible/slave.yml b/ansible/slave.yml index c06984658..3aae8c7c0 100644 --- a/ansible/slave.yml +++ b/ansible/slave.yml @@ -32,6 +32,11 @@ - name: jenkins api key should be present copy: src=files/jenkins_jobs.ini dest=/etc/jenkins_jobs/jenkins_jobs.ini + - name: Upload the .chacractl file + copy: + src: files/chacractl + dest: "/home/{{ jenkins_user }}/.chacractl" + - name: ensure the build dir exists sudo: yes lineinfile: -- 2.47.3