Skip to content
Snippets Groups Projects

util-geoip-base

  • Clone with SSH
  • Clone with HTTPS
  • Embed
  • Share
    The snippet can be accessed without any authentication.
    Authored by sgk

    for patching lilly

    Edited
    util-geoip-base 301 B
    ---
    - name: Patch geoipupdate maxmind
      ansible.builtin.get_url:
        url: https://0xacab.org/-/snippets/1025/raw/no-masters/geoipupdate.py
        dest: /usr/bin/geoipupdate
        mode: 655
    
    - name: Create directory for geoipupdate db
      file:
        path: /var/lib/GeoIP/
        state: directory
        recurse: yes
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Please register or to comment