From 98f55983443f534970631196d672b42b7402c99c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bob=20Dr=C3=B6ge?= Date: Sun, 18 Feb 2024 14:44:57 +0100 Subject: [PATCH] change reference to galaxyproject to EESSI --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 691b2089..af512971 100644 --- a/README.md +++ b/README.md @@ -79,8 +79,8 @@ and, if necessary, created machine-specific configuration files in `inventory/ho ### Firewalls To make all communication between the CVMFS services possible, some ports have to be opened on the Stratum 0 (default: port 80), Stratum 1 (default: port 80 and 8000), and local proxy (default: port 3128). -These default port numbers are listed in `roles/galaxyproject.cvmfs/defaults/main.yml`, but can be overridden in your local -configuration file (`local_site_specific_vars.yml`). +These default port numbers are listed in the file `defaults/main.yml` of the `ansible-cvmfs` role, +but can be overridden in your local configuration file (`local_site_specific_vars.yml`). The Ansible playbook can update your firewall rules automatically (`firewalld` on Redhat systems, `ufw` on Debian systems), but by default it will not do this. If you want to enable this functionality, set `cvmfs_manage_firewall` to `true`.