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.
1 parent efe3537 commit 72c5a1cCopy full SHA for 72c5a1c
hosts.example
@@ -18,6 +18,11 @@ your-client-1
18
your-client-2
19
20
[cvmfsclients:vars]
21
+# List of all http proxies that should be configured for the clients.
22
+# Remove or comment the line if you do not want to use a proxy; in this
23
+# case it will be set to "DIRECT" in the client configuration.
24
cvmfs_http_proxies = ["your-proxy-1:3128", "your-proxy-2:3128"]
-
25
+# The following one-liner can be used to automatically add all the hosts
26
+# defined in the cvmfslocalproxies group to cvmfs_http_proxes,
27
+# using port number 3128.
28
+# cvmfs_http_proxies = "{{ groups.cvmfslocalproxies | map('regex_replace', '^(.*)$', '\\1:3128') | list }}"
0 commit comments