ansible-roles/roles/geoipupdate/templates/GeoIP.conf.j2
2021-12-01 19:13:34 +01:00

5 lines
182 B
Django/Jinja

# {{ ansible_managed }}
AccountID {{ geoip_account_id | default('0000000') }}
LicenseKey {{ geoip_license_key | default('00000000') }}
EditionIDs {{ geoip_edition_ids | join(' ') }}