File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -25,6 +25,8 @@ The CVMFS layer of the EESSI project consists of the usual CVMFS infrastructure:
2525The main prerequisite is Ansible (https://github.com/ansible/ansible ),
2626which can be easily installed via the package manager of most Linux distributions or via ` pip install ` .
2727For more details, see the Ansible installation guide: https://docs.ansible.com/ansible/latest/installation_guide/intro_installation.html .
28+ Note that Ansible needs to be able to log in to the remote machines where you want to install some CVMFS component,
29+ and needs to be able to use privilege escalation (e.g. ` sudo ` ) on those machines to execute tasks with root permission.
2830
2931For the installation of all components we make use of two Ansible roles: the CVMFS installation role provided by the Galaxy project (see
3032https://github.com/galaxyproject/ansible-cvmfs ), and a role for adding the EPEL repository (https://github.com/geerlingguy/ansible-role-repo-epel ).
You can’t perform that action at this time.
0 commit comments