Files
a13labs.infra/ansible/roles/geoip/defaults/main.yml
T

14 lines
363 B
YAML
Raw Normal View History

2024-09-24 15:19:51 +02:00
---
geoip_account_id: "{{ lookup('env', 'MAXMIND_ACCOUNT_ID') | default('') }}"
geoip_license_key: "{{ lookup('env', 'MAXMIND_LICENSE_KEY') | default('') }}"
geoip_cron_job: "weekly"
geoip_editions_ids:
- GeoLite2-ASN
- GeoLite2-City
- GeoLite2-Country
2024-09-28 23:12:19 +02:00
geoip_ssh_allowed_zones:
2024-09-24 15:19:51 +02:00
- "ALL"
2024-09-28 23:12:19 +02:00
geoip_ssh_allowed_networks:
2024-09-24 15:19:51 +02:00
- "0.0.0.0/0"
geoip_sshd_enabled: true