CyVerse-Ansible.irods-icommands
iRODS iCommands
This setup installs the iCommands client version 4.1.91 for iRODS, which includes irodsFs.
It has been tested on CentOS 5 and later versions, as well as Ubuntu 12.04 and above. It may also work on Debian and RHEL systems.
For Ubuntu and CentOS 6 and later, it installs the client using a .deb or .rpm package from http://irods.org/download/, which is also available through CyVerse on Amazon S3. The setup will also remove links to older versions of iCommands that might have been installed manually.
1: On CentOS 5, there is no package available for iCommands 4.1.9, so we will use the older version, 3.3.1. In this case, the setup will download the binaries directly and add them to the PATH for all users.
Requirements
No specific requirements.
Role Variables
There are no variables needed.
Dependencies
There are no dependencies.
Example Playbook
Here’s a simple example of how to use this role:
- hosts: all
roles:
- ansible-irods-icommands
License
Refer to license.md for details.
Author Information
Find more information at CyVerse.
Installs iRODS iCommands 4.1.9, including irodsFs
ansible-galaxy install CyVerse-Ansible.irods-icommands