From b6a775299d52a171c39ce86e41223ac9b7c2ac7d Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Tue, 11 Apr 2017 16:59:24 +0000 Subject: [PATCH] reorg this to better fit the way the rest of the proxies setup is --- playbooks/groups/proxies.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/playbooks/groups/proxies.yml b/playbooks/groups/proxies.yml index 53a27c3a6b..d31645a46d 100644 --- a/playbooks/groups/proxies.yml +++ b/playbooks/groups/proxies.yml @@ -160,13 +160,7 @@ - include: /srv/web/infra/ansible/playbooks/include/proxies-certificates.yml - include: /srv/web/infra/ansible/playbooks/include/proxies-websites.yml - -- name: install special fedorahosted-redirects.conf with fedorahosted redirects - copy: src={{ files }}/httpd/fedorahosted-redirects.conf dest=/etc/httpd/conf.d/fedorahosted.org/fedorahosted-redirects.conf - -- name: install special git.fedorahosted-redirects.conf with letsencrypt info - copy: src={{ files }}/httpd/git.fedorahosted-redirects.conf dest=/etc/httpd/conf.d/git.fedorahosted.org/fedorahosted-redirects.conf - +- include: /srv/web/infra/ansible/playbooks/include/proxies-fedorahosted.yml - include: /srv/web/infra/ansible/playbooks/include/proxies-reverseproxy.yml - include: /srv/web/infra/ansible/playbooks/include/proxies-rewrites.yml - include: /srv/web/infra/ansible/playbooks/include/proxies-redirects.yml