mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 12:07:34 +08:00
adjust for geoip changes
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user