Install jenkins repo on koschei-stg
This commit is contained in:
parent
8d0f5d6b64
commit
1867a61f4a
2 changed files with 10 additions and 0 deletions
4
roles/koschei/files/jenkins.repo
Normal file
4
roles/koschei/files/jenkins.repo
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
[koschei-jenkins]
|
||||||
|
name=koschei-jenkins
|
||||||
|
baseurl=http://jenkins.fedorainfracloud.org/job/jenkins/ws/rpms
|
||||||
|
enabled=0
|
|
@ -108,6 +108,12 @@
|
||||||
- koschei
|
- koschei
|
||||||
- config
|
- 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
|
- name: access to postgres for scripts
|
||||||
template: src=pgpass.j2 dest=/var/cache/koschei/.pgpass
|
template: src=pgpass.j2 dest=/var/cache/koschei/.pgpass
|
||||||
owner=koschei group=koschei mode=0600
|
owner=koschei group=koschei mode=0600
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue