Warning: 'Isilon' has been rebranded as 'PowerScale'. Hence, this repository is no longer being maintained. For any updates and new features, please refer ansible-powerscale.
The Ansible Modules for Dell EMC Isilon allow Data Center and IT administrators to use RedHat Ansible to automate and orchestrate the configuartion and management of Dell EMC Isilon arrays.
The capabilities of the Ansible modules are managing users, groups, access zones, file system, nfs exports, smb shares, snapshots, snapshot schedules and smart quotas; and to gather facts from the array. The tasks can be executed by running simple playbooks written in yaml syntax.
- Dell EMC Isilon Arrays version 8.0 and above.
- Ansible 2.7 or higher
- Python >= 2.7.12
- Red Hat Enterprise Linux 7.6
- Python SDK for Isilon ( version 8.1.1 )
The modules are written in such a way that all requests are idempotent and hence fault-tolerant. It essentially means that the result of a successfully performed request is independent of the number of times it is executed.
- File System Module
- Access Zone Module
- Users Module
- Groups Module
- Snapshot Module
- Snapshot Schedule Module
- NFS Module
- SMB Module
- Smart Quota Module
- Gather Facts Module
Install python sdk named 'isi-sdk-8-1-1'. It can be installed using pip, based on appropriate python version.
git clone https://github.com/dell/ansible-isilon.git
cd ansible-isilon/dellemc_ansible
- For Python 2.7
mkdir -p /usr/lib/python2.7/site-packages/ansible/module_utils/storage/dell
cp utils/* /usr/lib/python2.7/site-packages/ansible/module_utils/storage/dell
cp isilon/library/* /usr/lib/python2.7/site-packages/ansible/modules/storage/dellemc/
cp doc_fragments/dellemc_isilon.py /usr/lib/python2.7/site-packages/ansible/plugins/doc_fragments/
- For Python 3.5
mkdir -p /usr/lib/python3.5/site-packages/ansible/module_utils/storage/dell
cp utils/* /usr/lib/python3.5/site-packages/ansible/module_utils/storage/dell
cp isilon/library/* /usr/lib/python3.5/site-packages/ansible/modules/storage/dellemc/
cp doc_fragments/dellemc_isilon.py /usr/lib/python3.5/site-packages/ansible/plugins/doc_fragments/
Check documentation from each module's file in /ansible-isilon/dellemc_ansible/isilon/library/
Check examples from each module's file in /ansible-isilon/dellemc_ansible/isilon/library/
Each module returns the updated state and details of the entity. For example, if you are using the group module, all calls will return the updated details of the group. Sample result is shown in each module's documentation.
- Ansible modules for Isilon are supported by Dell EMC and are provided under the terms of the license attached to the source code.
- For any setup, configuration issues, questions or feedback, join the Dell EMC Automation community.
- For any Dell EMC storage issues, please contact Dell support at: https://www.dell.com/support.
- Dell EMC does not provide support for any source code modifications.