From: Andrew Schoen Date: Tue, 20 Oct 2015 21:16:46 +0000 (-0500) Subject: upload the .chacractl to jenkins slaves X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=ae3decf6bb2e09b2f4ea1ecb3475553842a713f9;p=ceph-build.git 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 --- diff --git a/ansible/slave.yml b/ansible/slave.yml index c0698465..3aae8c7c 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: