You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Configure the EESSI pilot respository for use on given hosts.
5
+
6
+
Requirements
7
+
------------
8
+
9
+
None.
10
+
11
+
Role Variables
12
+
--------------
13
+
14
+
-`cvmfs_quota_limit_mb`: Optional int. Maximum size of local package cache on each node in MB.
15
+
-`cvmfs_config_overrides`: Optional dict. Set of key-value pairs for additional CernVM-FS settings see [official docs](https://cvmfs.readthedocs.io/en/stable/cpt-configure.html) for list of options. Each dict key should correspond to a valid config variable (e.g. `CVMFS_HTTP_PROXY`) and the corresponding dict value will be set as the variable value (e.g. `https://my-proxy.com`). These configuration parameters will be written to the `/etc/cvmfs/default.local` config file on each host in the form `KEY=VALUE`.
0 commit comments