Skip to content

CyVerse-Ansible/ansible-geoip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ansible-geoip

Build Status

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.

Requirements

Only supports linux based operating systems.

Role Variables

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.

Dependencies

N/A

Example Playbook

- hosts: servers
  roles:
     - role: ansible-geoip 

- hosts: servers
  roles:
     - role: ansible-geoip 
       geo_ip_override: true

License

BSD

Author Information

Jonathan Strootman - jstroot@cyverse.org

About

An Ansible role which installs the GeoLiteCity database

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published