]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-build.git/commitdiff
upload the .chacractl to jenkins slaves
authorAndrew Schoen <aschoen@redhat.com>
Tue, 20 Oct 2015 21:16:46 +0000 (16:16 -0500)
committerAndrew Schoen <aschoen@redhat.com>
Tue, 20 Oct 2015 21:16:46 +0000 (16:16 -0500)
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 <aschoen@redhat.com>
ansible/slave.yml

index c06984658cef6629ce1f16d3c365364ed14baa25..3aae8c7c0d7c477daec3c696b43afda5c38b839f 100644 (file)
     - 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: