CyVerse-Ansible.geoip
ansible-geoip
This installs the GeoLiteCity database.
This role is safe to use multiple times without causing issues and can be a dependency for other roles that use the GeoIP database. Common examples include roles that install Packetbeat or Logstash.
Requirements
- Only works on Linux-based systems.
Role Variables
Variable | Required | Default | Choices | Comments |
---|---|---|---|---|
geo_ip_folder | No | "/usr/share/GeoIP" | Valid directory path | Where the GeoIP databases will be saved. |
geo_ip_override | No | false | true/false | If true, will update the GeoIP database file, replacing the original. |
Dependencies
- None
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
Informazioni sul progetto
Installs the GeoLiteCity database.
Installa
ansible-galaxy install CyVerse-Ansible.geoip
Licenza
other
Download
1.8k
Proprietario