Remove communityblog from ansible
It got moved to wpengine, so all the deployment bits are no-op
This commit is contained in:
parent
e1b408851a
commit
a5601476b9
5 changed files with 0 additions and 31 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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]
|
||||
|
|
|
@ -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
|
|
@ -1,3 +0,0 @@
|
|||
SSLProxyEngine on
|
||||
ProxyPass / https://fedoracom.wpengine.com/
|
||||
ProxyPassReverse / https://fedoracom.wpengine.com/
|
Loading…
Add table
Add a link
Reference in a new issue