44 lines
1.1 KiB
YAML
44 lines
1.1 KiB
YAML
- name: make the app be real
|
|
hosts: os_masters_stg[0]:os_masters[0]
|
|
user: root
|
|
gather_facts: False
|
|
|
|
vars_files:
|
|
- /srv/web/infra/ansible/vars/global.yml
|
|
- "/srv/private/ansible/vars.yml"
|
|
- /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml
|
|
|
|
roles:
|
|
- role: openshift/project
|
|
app: distgit-bugzilla-sync
|
|
description: Cron job syncing to bugzilla the default assignee and CC list set in dist-git
|
|
appowners:
|
|
- cverna
|
|
- pingou
|
|
|
|
- role: openshift/object
|
|
app: distgit-bugzilla-sync
|
|
template: imagestream.yml
|
|
objectname: imagestream.yml
|
|
|
|
- role: openshift/object
|
|
app: distgit-bugzilla-sync
|
|
template: buildconfig.yml
|
|
objectname: buildconfig.yml
|
|
|
|
- role: openshift/object
|
|
app: distgit-bugzilla-sync
|
|
template: configmap.yml
|
|
objectname: configmap.yml
|
|
|
|
- role: openshift/object
|
|
app: distgit-bugzilla-sync
|
|
template: cron.yml
|
|
objectname: cron.yml
|
|
tags:
|
|
- cron-job
|
|
|
|
- role: openshift/start-build
|
|
app: distgit-bugzilla-sync
|
|
buildname: distgit-bugzilla-sync-build
|
|
objectname: distgit-bugzilla-sync-build
|