You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+22-22
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ The Ansible Modules for Dell Technologies (Dell) Unity allow Data Center and IT
5
5
The capabilities of the Ansible modules are managing consistency groups, filesystem, filesystem snapshots, CIFS server, NAS server, NFS server, NFS export, SMB share, interface, hosts, snapshots, snapshot schedules, storage pools, user quotas, quota trees and volumes. Capabilities also include gathering facts from the array. The options available for each are list, show, create, modify and delete. These tasks can be executed by running simple playbooks written in yaml syntax. The modules are written so that all the operations are idempotent, so making multiple identical requests has the same effect as making a single request.
6
6
7
7
## License
8
-
The Ansible collection for Unity is released and licensed under the GPL-3.0 license. See [LICENSE](https://github.com/dell/ansible-unity/blob/1.4.0/LICENSE) for the full terms. Ansible modules and module utilities that are part of the Ansible collection for Unity are released and licensed under the Apache 2.0 license. See [MODULE-LICENSE](https://github.com/dell/ansible-unity/blob/1.4.0/MODULE-LICENSE) for the full terms.
8
+
The Ansible collection for Unity is released and licensed under the GPL-3.0 license. See [LICENSE](https://github.com/dell/ansible-unity/blob/1.4.1/LICENSE) for the full terms. Ansible modules and module utilities that are part of the Ansible collection for Unity are released and licensed under the Apache 2.0 license. See [MODULE-LICENSE](https://github.com/dell/ansible-unity/blob/1.4.1/MODULE-LICENSE) for the full terms.
9
9
10
10
## Support
11
11
The Ansible collection for Unity is supported by Dell and is provided under the terms of the license attached to the collection. Please see the [LICENSE](#license) section for the full terms. Dell does not provide any support for the source code modifications. For any Ansible modules issues, questions or feedback, join the [Dell Automation Community](https://www.dell.com/community/Automation/bd-p/Automation).
@@ -18,29 +18,29 @@ This table provides information about the software prerequisites for the Ansible
18
18
19
19
|**Ansible Modules**|**Red Hat Enterprise Linux**|**Python version**|**Python library version**|**Ansible**|
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.
25
25
26
26
## List of Ansible Modules for Dell Unity
27
-
*[Consistency group module](https://github.com/dell/ansible-unity/blob/1.4.0/docs/Product%20Guide.md#consistency-group-module)
* Install python sdk named 'storops'. It can be installed using pip, based on appropriate python version.
@@ -63,7 +63,7 @@ The modules are written in such a way that all requests are idempotent and hence
63
63
#### Offline Installation of Collections
64
64
1. Download the latest tar build from any of the available distribution channel [Ansible Galaxy](https://galaxy.ansible.com/dellemc/unity) /[Automation Hub](https://console.redhat.com/ansible/automation-hub/repo/published/dellemc/unity) and use the following command to install the collection anywhere in your system:
@@ -89,7 +89,7 @@ The modules are written in such a way that all requests are idempotent and hence
89
89
ansible-doc dellemc.unity.info
90
90
91
91
## Running Ansible Modules
92
-
The Ansible server must be configured with Python library for Unity to run the Ansible playbooks. The [Documents](https://github.com/dell/ansible-unity/tree/1.4.0/docs) provide information on different Ansible modules along with their functions and syntax. The parameters table in the Product Guide provides information on various parameters which need to be configured before running the modules.
92
+
The Ansible server must be configured with Python library for Unity to run the Ansible playbooks. The [Documents](https://github.com/dell/ansible-unity/tree/1.4.1/docs) provide information on different Ansible modules along with their functions and syntax. The parameters table in the Product Guide provides information on various parameters which need to be configured before running the modules.
93
93
94
94
## SSL Certificate Validation
95
95
@@ -114,7 +114,7 @@ Ansible can also be installed in a container environment. Ansible Builder provid
114
114
* Install the ansible builder package using:
115
115
116
116
pip3 install ansible-builder
117
-
*Create the execution environment using:
117
+
*Ensure the execution-environment.yml is at the root of collection and create the execution environment using:
0 commit comments