flatpak-cache: fix naming of group and remove all traces of old deployment
Signed-off-by: Leo Puvilland <leo@craftcat.dev>
This commit is contained in:
parent
d3db742dd6
commit
e802586209
3 changed files with 1 additions and 18 deletions
|
@ -4,7 +4,7 @@
|
||||||
myhosts: "flatpak_cache"
|
myhosts: "flatpak_cache"
|
||||||
|
|
||||||
- name: make the box be real
|
- name: make the box be real
|
||||||
hosts: flatpak-cache
|
hosts: flatpak_cache
|
||||||
user: root
|
user: root
|
||||||
gather_facts: True
|
gather_facts: True
|
||||||
|
|
||||||
|
|
|
@ -918,15 +918,6 @@
|
||||||
- awx
|
- awx
|
||||||
when: env == "production"
|
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
|
- role: httpd/reverseproxy
|
||||||
website: "openscanhub{{ env_suffix }}.fedoraproject.org"
|
website: "openscanhub{{ env_suffix }}.fedoraproject.org"
|
||||||
destname: openscanhub
|
destname: openscanhub
|
||||||
|
|
|
@ -681,14 +681,6 @@
|
||||||
- ocp.stg.fedoraproject.org
|
- ocp.stg.fedoraproject.org
|
||||||
when: env == "staging"
|
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
|
- role: httpd/website
|
||||||
site_name: apps.ocp.stg.fedoraproject.org
|
site_name: apps.ocp.stg.fedoraproject.org
|
||||||
server_aliases: ["*.apps.ocp.stg.fedoraproject.org", api.apps.ocp.stg.fedoraproject.org]
|
server_aliases: ["*.apps.ocp.stg.fedoraproject.org", api.apps.ocp.stg.fedoraproject.org]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue