diff --git a/playbooks/include/proxies-reverseproxy.yml b/playbooks/include/proxies-reverseproxy.yml index 0da3efe145..4f9bdcad6e 100644 --- a/playbooks/include/proxies-reverseproxy.yml +++ b/playbooks/include/proxies-reverseproxy.yml @@ -151,9 +151,9 @@ remotepath: /accounts localpath: /accounts-old balancer_name: app-os - balancer_members: "{{ (env == 'staging')|ternary(ocp_nodes_stg, ocp_nodes) }}" + balancer_members: "{{ (env == 'staging')|ternary(ocp_nodes_stg, openshift_nodes) }}" targettype: openshift - ocp4: true + ocp4: false keephost: true tags: - fas @@ -164,9 +164,9 @@ remotepath: /accounts localpath: /accounts balancer_name: app-os - balancer_members: "{{ (env == 'staging')|ternary(ocp_nodes_stg, ocp_nodes) }}" + balancer_members: "{{ (env == 'staging')|ternary(ocp_nodes_stg, openshift_nodes) }}" targettype: openshift - ocp4: true + ocp4: false keephost: true tags: - fas