ansible/playbooks/openshift-apps/distgit_bugzilla_sync.yml
Kevin Fenzi c08318ca25 openshift: distgit_bugzilla_sync, deploy only on master01
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-06-11 14:36:29 -07:00

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