Remove communityblog from ansible

It got moved to wpengine, so all the deployment bits
are no-op
This commit is contained in:
Michael Scherer 2021-01-14 16:33:26 +01:00 committed by kevin
parent e1b408851a
commit a5601476b9
5 changed files with 0 additions and 31 deletions

View file

@ -21,8 +21,6 @@
website: start.fedoraproject.org
- role: fedora-web/mirrors
website: mirrors.fedoraproject.org
- role: fedora-web/communityblog
website: communityblog.fedoraproject.org
- role: fedora-web/community
website: fedoracommunity.org
- role: fedora-web/getfedora

View file

@ -58,11 +58,3 @@
path: ^/favicon.ico$
status: 301
target: https://fedoraproject.org/static/images/favicon.ico
- role: httpd/domainrewrite
destname: 00-community-icon
website: communityblog.fedoraproject.org
path: ^/favicon.ico$
status: 301
target: https://fedoraproject.org/static/images/favicon.ico

View file

@ -432,13 +432,6 @@
- www.tw.fedoracommunity.org
cert_name: "{{wildcard_cert_name}}"
- role: httpd/website
site_name: communityblog.fedoraproject.org
server_aliases: [communityblog.fedoraproject.org]
sslonly: true
cert_name: "{{wildcard_cert_name}}"
enable_certgetter: False
- role: httpd/website
site_name: people.fedoraproject.org
server_aliases: [people.fedoraproject.org]

View file

@ -1,11 +0,0 @@
- name: Copy some config files for {{website}}
template: >
src={{item}} dest=/etc/httpd/conf.d/{{website}}/{{item}}
owner=root group=root mode=0644
with_items:
- communityblog-web.conf
notify:
- reload proxyhttpd
tags:
- fedora-web
- fedora-web/communityblog

View file

@ -1,3 +0,0 @@
SSLProxyEngine on
ProxyPass / https://fedoracom.wpengine.com/
ProxyPassReverse / https://fedoracom.wpengine.com/