Remove old files.
This commit is contained in:
parent
ae4921477a
commit
51ecfa56e4
1 changed files with 14 additions and 1 deletions
|
@ -14,6 +14,19 @@
|
||||||
vars:
|
vars:
|
||||||
- varnish_url: http://localhost:6081
|
- varnish_url: http://localhost:6081
|
||||||
|
|
||||||
|
pre_tasks:
|
||||||
|
|
||||||
|
- name: Remove some crusty files from bygone eras
|
||||||
|
file: dest=/etc/httpd/conf.d/{{item}} state=absent
|
||||||
|
with_items:
|
||||||
|
- meetbot.fedoraproject.org/reversepassproxy.conf
|
||||||
|
- meetbot.fedoraproject.org/meetbot.conf
|
||||||
|
notify:
|
||||||
|
- restart apache
|
||||||
|
tags:
|
||||||
|
- httpd
|
||||||
|
- httpd/reverseproxy
|
||||||
|
|
||||||
roles:
|
roles:
|
||||||
|
|
||||||
- role: httpd/reverseproxy
|
- role: httpd/reverseproxy
|
||||||
|
@ -59,7 +72,7 @@
|
||||||
|
|
||||||
- role: httpd/reverseproxy
|
- role: httpd/reverseproxy
|
||||||
website: meetbot.fedoraproject.org
|
website: meetbot.fedoraproject.org
|
||||||
#destname: mote
|
destname: mote
|
||||||
#remotepath: /mote/
|
#remotepath: /mote/
|
||||||
# Talk directly to the app server, not haproxy
|
# Talk directly to the app server, not haproxy
|
||||||
proxyurl: http://value01
|
proxyurl: http://value01
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue