Ansible Role libmaxminddb¶
This role downloads, compiles and installs libmaxminddb.
For Maxmind, depending on your needs, you normally run three playbooks in this particular order:
libmaxminddb (this role)
mod_maxminddb
maxmind_geoip
Optional Role Variables¶
libmaxminddb__version
The version to install.
Type: String.
Default:
'1.7.1'
Example:
# optional
libmaxminddb__version: '1.7.1'