forked from infra/ansible
deleted ipsilon-website playbook
Signed-off-by: Pedro Moura <pmoura@redhat.com>
This commit is contained in:
parent
5b88ef525f
commit
8fa05b2955
1 changed files with 0 additions and 58 deletions
|
|
@ -1,58 +0,0 @@
|
|||
---
|
||||
- name: Make the app be real
|
||||
hosts: os_control_stg[0]:os_control[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
|
||||
|
||||
vars:
|
||||
|
||||
roles:
|
||||
- role: openshift/project
|
||||
project_app: ipsilon-website
|
||||
project_description: "ipsilon-project.org"
|
||||
project_appowners:
|
||||
- abompard
|
||||
tags:
|
||||
- apply-appowners
|
||||
|
||||
- role: openshift/imagestream
|
||||
imagestream_app: ipsilon-website
|
||||
imagestream_imagename: ipsilon-website
|
||||
|
||||
- role: openshift/object
|
||||
object_app: ipsilon-website
|
||||
object_template: buildconfig.yml.j2
|
||||
object_objectname: buildconfig.yml
|
||||
|
||||
- role: openshift/object
|
||||
object_app: ipsilon-website
|
||||
object_file: service.yml
|
||||
object_objectname: service.yml
|
||||
|
||||
- role: openshift/route
|
||||
route_app: ipsilon-website
|
||||
route_name: web-internal
|
||||
route_host: "ipsilon-website.apps.ocp{{ env_suffix }}.fedoraproject.org"
|
||||
route_serviceport: web
|
||||
route_servicename: web
|
||||
route_annotations:
|
||||
haproxy.router.openshift.io/timeout: 5m
|
||||
|
||||
- role: openshift/route
|
||||
route_app: ipsilon-website
|
||||
route_name: web
|
||||
route_host: "ipsilon-project.org"
|
||||
route_serviceport: web
|
||||
route_servicename: web
|
||||
route_annotations:
|
||||
haproxy.router.openshift.io/timeout: 5m
|
||||
|
||||
- role: openshift/object
|
||||
object_app: ipsilon-website
|
||||
object_template: deploymentconfig.yml.j2
|
||||
object_objectname: deploymentconfig.yml
|
||||
Loading…
Add table
Add a link
Reference in a new issue