adjust for geoip changes

This commit is contained in:
Kevin Fenzi 2016-12-01 01:29:28 +00:00
parent fd5fae3b77
commit 2c072ef430

View file

@ -11,6 +11,16 @@
- geoip-city-wsgi
- geoip-city-wsgi/app
- name: install GeoIP-data
yum: name=GeoIP-data state=present
tags:
- packages
- geoip-city-wsgi
- geoip-city-wsgi/app
- name: link the data file to the one we use
file: state=link src=/usr/share/GeoIP/GeoIPCity.dat dest=/usr/share/GeoIP/GeoLiteCity.dat
- name: install geoip-city-wsgi.conf file
copy: >
src="geoip-city-wsgi.conf"