File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
environments/template/group_vars Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -303,6 +303,7 @@ myconext:
303303 - { name: "privacy_policy" , url: "https://example.org/x/MIzaAQ" }
304304 - { name: "terms_of_service" , url: "https://example.org/x/LozaAQ"}
305305 - { name: "voorwaarden" , url: "https://example.org/x/HYzaAQ"}
306+ geo_location_ external_url : " https://download.maxmind.com/app/geoip_download?edition_id=GeoLite2-City&license_key={license_key}&suffix=tar.gz"
306307
307308monitoring_tests :
308309 metadata_sp_url : " {{ monitoring_tests_metadata_sp_url }}"
Original file line number Diff line number Diff line change @@ -242,7 +242,7 @@ geo_location:
242242 # Use either max_mind or mock
243243 service: max_mind
244244 license_key: {{ myconext_geo2lite_license_key }}
245- external_url: "https://download.maxmind.com/app/geoip_download?edition_id=GeoLite2-City&license_key={license_key}&suffix=tar.gz"
245+ external_url: {{ myconext.geo_location_external_url }}
246246 download_directory: "/config/geo2lite"
247247
248248# Signicat configuration
You can’t perform that action at this time.
0 commit comments