mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-02 14:30:45 +08:00
proxies: old fas2 never moved to ocp4
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user