Fix playbook
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
532c3b8ed1
commit
906c2587e6
1 changed files with 9 additions and 9 deletions
|
@ -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 }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue