Skip to content

Commit 0a21b10

Browse files
authored
Merge pull request #64 from mila-iqia/Bypassing-the-Geo-API-key
Bypassing GeoIP API key
2 parents 5aea963 + 57c7a76 commit 0a21b10

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

tasks/stratum1.yml

+8
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,14 @@
4545
dest: /etc/cvmfs/server.local
4646
when: cvmfs_geo_license_key is defined
4747

48+
- name: Bypassing GeoIP API key
49+
ansible.builtin.copy:
50+
content: |
51+
CVMFS_GEO_DB_FILE=NONE
52+
mode: 0400
53+
dest: /etc/cvmfs/server.local
54+
when: cvmfs_geo_license_key is not defined
55+
4856
- name: Ensure replicas are configured
4957
ansible.builtin.command: >-
5058
/usr/bin/cvmfs_server add-replica -o {{ item.owner | default('root') }}

0 commit comments

Comments
 (0)