Greenwave: Add the missing tasks to the play
Signed-off-by: Clement Verna <cverna@tutanota.com>
This commit is contained in:
parent
4eeca5fc7e
commit
cc5b965909
1 changed files with 6 additions and 4 deletions
|
@ -82,9 +82,11 @@
|
||||||
dcname: greenwave-web
|
dcname: greenwave-web
|
||||||
|
|
||||||
- name: Change the route haproxy default timeout
|
- name: Change the route haproxy default timeout
|
||||||
command: "oc -n greenwave annotate route {{ item }} --overwrite haproxy.router.openshift.io/timeout=330s"
|
tasks:
|
||||||
with_items:
|
- name: Set the timeout to the openshift route
|
||||||
- greenwave-web
|
command: "oc -n greenwave annotate route {{ item }} --overwrite haproxy.router.openshift.io/timeout=330s"
|
||||||
- pretty-web
|
with_items:
|
||||||
|
- greenwave-web
|
||||||
|
- pretty-web
|
||||||
tags:
|
tags:
|
||||||
- route-timeout
|
- route-timeout
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue