diff --git a/playbooks/include/proxies-reverseproxy.yml b/playbooks/include/proxies-reverseproxy.yml index fafaba7158..312d3618d3 100644 --- a/playbooks/include/proxies-reverseproxy.yml +++ b/playbooks/include/proxies-reverseproxy.yml @@ -946,18 +946,6 @@ ocp4: true keephost: true tags: whatcanidoforfedora.org - when: env == "staging" - - - role: httpd/reverseproxy - website: whatcanidoforfedora.org - destname: whatcanidoforfedora - balancer_name: app-os - balancer_members: "{{ (env == 'staging')|ternary(openshift_nodes_stg, openshift_nodes) }}" - targettype: openshift - ocp4: false - keephost: true - tags: whatcanidoforfedora.org - when: env != "staging" - role: httpd/reverseproxy website: testdays.fedoraproject.org diff --git a/playbooks/openshift-apps/asknot.yml b/playbooks/openshift-apps/asknot.yml index b97917e080..883a5cebf3 100644 --- a/playbooks/openshift-apps/asknot.yml +++ b/playbooks/openshift-apps/asknot.yml @@ -1,5 +1,5 @@ - name: make the app be real - hosts: os_control_stg:os_masters_stg[0]:os_masters[0] + hosts: os_control_stg:os_control user: root gather_facts: False