Install jenkins repo on koschei-stg

This commit is contained in:
Michael Simacek 2015-09-25 15:41:29 +02:00
parent 8d0f5d6b64
commit 1867a61f4a
2 changed files with 10 additions and 0 deletions

View file

@ -0,0 +1,4 @@
[koschei-jenkins]
name=koschei-jenkins
baseurl=http://jenkins.fedorainfracloud.org/job/jenkins/ws/rpms
enabled=0

View file

@ -108,6 +108,12 @@
- koschei
- config
- name: Install jenkins repo on stg
copy: src=jenkins.repo dest=/etc/yum.repos.d/jenkins.repo
when: env == "stg"
tags:
- koschei
- name: access to postgres for scripts
template: src=pgpass.j2 dest=/var/cache/koschei/.pgpass
owner=koschei group=koschei mode=0600