Ansible playbook to install the Maxmind Geolite2 Update Program and schedule a weekly update using cron.
Sign up for Maxmind GeoLite2 account and create a license
Geo IP account Information (located in vars.yml file)
geoip_account: <Account number>
geoip_license: <license key>
Proxy
If server is behind a proxy set use_proxy to yes and fill in variables.
use_proxy: no
Only required if use_proxy set to yes.
proxy_ip: x.x.x.x
proxy_port: 3128