Fix playbook

Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
Patrick Uiterwijk 2018-04-13 14:57:55 +00:00
parent 532c3b8ed1
commit 906c2587e6

View file

@ -9,15 +9,15 @@
- /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml
roles:
#- role: openshift/project
# app: bodhi
# description: bodhi
# appowners:
# - bowlofeggs
#- { role: openshift/object, vars: {app: bodhi, file: imagestream.yml }}
#- { role: openshift/object, vars: {app: bodhi, file: buildconfig.yml }}
#- { role: openshift/start-build, vars: {app: bodhi, name: bodhi-web-build }}
- { role: openshift/object, vars: {app: bodhi, template: configmap.yml }}
- role: openshift/project
app: bodhi
description: bodhi
appowners:
- bowlofeggs
- { role: openshift/object, vars: {app: bodhi, file: imagestream.yml }}
- { role: openshift/object, vars: {app: bodhi, file: buildconfig.yml }}
- { role: openshift/start-build, vars: {app: bodhi, name: bodhi-web-build }}
- { role: openshift/object, vars: {app: bodhi, template_fullpath: "{{roles_path}}/bodhi2/base/templates/configmap.yml" }}
- { role: openshift/object, vars: {app: bodhi, file: service.yml }}
- { role: openshift/object, vars: {app: bodhi, file: route.yml }}
- { role: openshift/object, vars: {app: bodhi, file: deploymentconfig.yml }}