mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-26 19:42:55 +08:00
Greenwave: Add the missing tasks to the play
Signed-off-by: Clement Verna <cverna@tutanota.com>
This commit is contained in:
@@ -82,9 +82,11 @@
|
||||
dcname: greenwave-web
|
||||
|
||||
- name: Change the route haproxy default timeout
|
||||
command: "oc -n greenwave annotate route {{ item }} --overwrite haproxy.router.openshift.io/timeout=330s"
|
||||
with_items:
|
||||
- greenwave-web
|
||||
- pretty-web
|
||||
tasks:
|
||||
- name: Set the timeout to the openshift route
|
||||
command: "oc -n greenwave annotate route {{ item }} --overwrite haproxy.router.openshift.io/timeout=330s"
|
||||
with_items:
|
||||
- greenwave-web
|
||||
- pretty-web
|
||||
tags:
|
||||
- route-timeout
|
||||
|
||||
Reference in New Issue
Block a user