diff --git a/playbooks/include/proxies-reverseproxy.yml b/playbooks/include/proxies-reverseproxy.yml index b6c861cb62..aeecaba7b4 100644 --- a/playbooks/include/proxies-reverseproxy.yml +++ b/playbooks/include/proxies-reverseproxy.yml @@ -986,22 +986,10 @@ website: packager-dashboard.fedoraproject.org destname: packager-dashboard balancer_name: app-os - balancer_members: "{{ (env == 'staging')|ternary(ocp_nodes_stg, openshift_nodes) }}" + balancer_members: "{{ (env == 'staging')|ternary(ocp_nodes_stg, ocp_nodes) }}" targettype: openshift ocp4: true keephost: true - when: env == "staging" - tags: packager-dashboard - - - role: httpd/reverseproxy - website: packager-dashboard.fedoraproject.org - destname: packager-dashboard - balancer_name: app-os - balancer_members: "{{ (env == 'staging')|ternary(openshift_nodes_stg, openshift_nodes) }}" - targettype: openshift - ocp4: false - keephost: true - when: env != "staging" tags: packager-dashboard - role: httpd/reverseproxy diff --git a/playbooks/openshift-apps/oraculum.yml b/playbooks/openshift-apps/oraculum.yml index 209d707fce..41f55fd86f 100644 --- a/playbooks/openshift-apps/oraculum.yml +++ b/playbooks/openshift-apps/oraculum.yml @@ -36,7 +36,7 @@ encoding: UTF-8 - name: make the app be real - hosts: os_control_stg[0]:os_masters[0] + hosts: os_control_stg[0]:os_control[0] user: root gather_facts: False