Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use our fork of the ansible-cvmfs role #179

Merged
merged 18 commits into from
Jun 4, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
use eessi.cvmfs instead of galaxyproject.cvmfs
bedroge committed Feb 18, 2024
commit bce7c2cdb3d9aa6220dd86d6d44f923619c03d8f
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -27,8 +27,10 @@ For more details, see the Ansible installation guide: https://docs.ansible.com/a
Note that Ansible needs to be able to log in to the remote machines where you want to install some CVMFS component,
and needs to be able to use privilege escalation (e.g. `sudo`) on those machines to execute tasks with root permission.

For the installation of all components we make use of two Ansible roles: the CVMFS installation role provided by the Galaxy project (see
https://github.com/galaxyproject/ansible-cvmfs), and a role for adding the EPEL repository (https://github.com/geerlingguy/ansible-role-repo-epel).
For the installation of all components we make use of two Ansible roles:
the EESSI CVMFS installation role (see https://github.com/galaxyproject/ansible-cvmfs)
based on the one developed by the Galaxy project (see https://github.com/galaxyproject/ansible-cvmfs),
and a role for adding the EPEL repository (https://github.com/geerlingguy/ansible-role-repo-epel).

To download the dependency roles do:
```