adjust for geoip changes
This commit is contained in:
parent
fd5fae3b77
commit
2c072ef430
1 changed files with 10 additions and 0 deletions
|
@ -11,6 +11,16 @@
|
||||||
- geoip-city-wsgi
|
- geoip-city-wsgi
|
||||||
- geoip-city-wsgi/app
|
- 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
|
- name: install geoip-city-wsgi.conf file
|
||||||
copy: >
|
copy: >
|
||||||
src="geoip-city-wsgi.conf"
|
src="geoip-city-wsgi.conf"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue