Installs the GeoLiteCity database.
This role is idempotent, and can safely be used as a dependency for other roles which use the GeoIP database. Primary examples are roles which install Packetbeat or Logstash.
Only supports linux based operating systems.
Variable | required | default | choices | comments |
---|---|---|---|---|
geo_ip_folder | no | "/usr/share/GeoIP" | Valid filesystem directory path | The location where the GeoIP databases will be extracted. |
geo_ip_override | no | false | true/false | When true, will force update the GeoIP database file, overriding the original. |
N/A
- hosts: servers
roles:
- role: ansible-geoip
- hosts: servers
roles:
- role: ansible-geoip
geo_ip_override: true
BSD
Jonathan Strootman - jstroot@cyverse.org