diff --git a/playbooks/groups/flatpak-cache.yml b/playbooks/groups/flatpak-cache.yml index 622f499077..7a8d70d83d 100644 --- a/playbooks/groups/flatpak-cache.yml +++ b/playbooks/groups/flatpak-cache.yml @@ -4,7 +4,7 @@ myhosts: "flatpak_cache" - name: make the box be real - hosts: flatpak-cache + hosts: flatpak_cache user: root gather_facts: True diff --git a/playbooks/include/proxies-reverseproxy.yml b/playbooks/include/proxies-reverseproxy.yml index 21f2ec5156..ca9b3c5e9a 100644 --- a/playbooks/include/proxies-reverseproxy.yml +++ b/playbooks/include/proxies-reverseproxy.yml @@ -918,15 +918,6 @@ - awx when: env == "production" - - role: httpd/reverseproxy - website: "flatpak-cache{{ env_suffix }}.fedoraproject.org" - destname: flatpak-cache - proxyurl: http://worker01.ocp.stg.iad2.fedoraproject.org:31444 - http_not_https_yes_this_is_insecure_and_i_feel_bad: true - tags: - - flatpak-cache - when: env == "staging" - - role: httpd/reverseproxy website: "openscanhub{{ env_suffix }}.fedoraproject.org" destname: openscanhub diff --git a/playbooks/include/proxies-websites.yml b/playbooks/include/proxies-websites.yml index 9dbd72ee70..4fea218c75 100644 --- a/playbooks/include/proxies-websites.yml +++ b/playbooks/include/proxies-websites.yml @@ -681,14 +681,6 @@ - ocp.stg.fedoraproject.org when: env == "staging" - - role: httpd/website - site_name: flatpak-cache.stg.fedoraproject.org - sslonly: false - x_forward: true - tags: - - flatpak-cache.stg.fedoraproject.org - when: env == "staging" - - role: httpd/website site_name: apps.ocp.stg.fedoraproject.org server_aliases: ["*.apps.ocp.stg.fedoraproject.org", api.apps.ocp.stg.fedoraproject.org]