We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5aea963 + 57c7a76 commit 0a21b10Copy full SHA for 0a21b10
tasks/stratum1.yml
@@ -45,6 +45,14 @@
45
dest: /etc/cvmfs/server.local
46
when: cvmfs_geo_license_key is defined
47
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
+
56
- name: Ensure replicas are configured
57
ansible.builtin.command: >-
58
/usr/bin/cvmfs_server add-replica -o {{ item.owner | default('root') }}
0 commit comments