Setup OSBS orchestrated cluster in prod

Signed-off-by: Clement Verna <cverna@tutanota.com>
This commit is contained in:
Clement Verna 2018-07-04 08:58:01 +02:00
parent f719a5b004
commit d679998a0a
11 changed files with 197 additions and 291 deletions

View file

@ -5,8 +5,7 @@
- name: put the koji token file in place
copy:
src: "{{ private }}/files/osbs/{{ env }}/x86-64-osbs-stg-koji"
dest: "/etc/osbs/x86-64-osbs-stg-koji"
src: "{{ private }}/files/osbs/{{ env }}/x86-64-osbs-koji"
dest: "/etc/osbs/x86-64-osbs-koji"
owner: root
mode: 0400
when: env == "staging"