From bc8c0c8528c5e73c8bbe312a7f6bdac90014c13a Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Sun, 8 Oct 2017 21:26:15 +0000 Subject: [PATCH] Disable http2 on os-stg and os Signed-off-by: Patrick Uiterwijk --- inventory/group_vars/os | 1 + inventory/group_vars/os-stg | 1 + 2 files changed, 2 insertions(+) diff --git a/inventory/group_vars/os b/inventory/group_vars/os index 53196a3e9e..c2897f8658 100644 --- a/inventory/group_vars/os +++ b/inventory/group_vars/os @@ -1,3 +1,4 @@ --- host_group: os baseiptables: False +no_http2: True diff --git a/inventory/group_vars/os-stg b/inventory/group_vars/os-stg index 53196a3e9e..c2897f8658 100644 --- a/inventory/group_vars/os-stg +++ b/inventory/group_vars/os-stg @@ -1,3 +1,4 @@ --- host_group: os baseiptables: False +no_http2: True