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
[](https://github.com/dell/ansible-powerscale/releases)
@@ -74,14 +74,14 @@ The tasks can be executed by running simple playbooks written in yaml syntax.
74
74
Ansible collection for PowerScale is released and licensed under the GPL-3.0 license. See [LICENSE](https://github.com/dell/ansible-powerscale/blob/main/LICENSE) for the full terms.
75
75
76
76
## Supported platforms
77
-
* Dell PowerScale OneFS versions 9.4.x, 9.5.x, 9.7.x, and 9.8.x
77
+
* Dell PowerScale OneFS versions 9.5.x, 9.7.x, and 9.8.x
78
78
79
79
## Prerequisites
80
80
This table provides information about the software prerequisites for the Ansible Modules for Dell PowerScale.
Copy file name to clipboardExpand all lines: docs/INSTALLATION.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ Use this procedure to install SDK:
22
22
#### Offline installation of collections
23
23
1. Download the latest tar build from either of the available distribution channels [Ansible Galaxy](https://galaxy.ansible.com/dellemc/powerscale) /[Automation Hub](https://console.redhat.com/ansible/automation-hub/repo/published/dellemc/powerscale) and use this command to install the collection anywhere in your system:
Copy file name to clipboardExpand all lines: docs/ISSUE_TRIAGE.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -31,9 +31,9 @@ This section describes the various issue templates and the expected content.
31
31
32
32
Should explain what happened, what was expected and how to reproduce it together with any additional information that may help giving a complete picture of what happened such as screenshots, output and any environment related information that's applicable and/or maybe related to the reported problem:
33
33
34
-
- Ansible Version: [e.g. 2.15]
34
+
- Ansible Version: [e.g. 2.16]
35
35
- Python Version [e.g. 3.11]
36
-
- Ansible modules for Dell PowerScale Version: [e.g. 3.4.0]
36
+
- Ansible modules for Dell PowerScale Version: [e.g. 3.8.1]
Copy file name to clipboardExpand all lines: docs/modules/accesszone.rst
+26-26Lines changed: 26 additions & 26 deletions
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ Requirements
21
21
The below requirements are needed on the host that executes this module.
22
22
23
23
- A Dell PowerScale Storage system.
24
-
- Ansible-core 2.15 or later.
24
+
- Ansible-core 2.16 or later.
25
25
- Python 3.10, 3.11 or 3.12.
26
26
27
27
@@ -54,21 +54,21 @@ Parameters
54
54
55
55
56
56
directory_create_mask (optional, str, None)
57
-
Specifies the :literal:`UNIX` mask bits (octal) that are removed when a directory is created, restricting permissions.
57
+
Specifies the \ :literal:`UNIX`\ mask bits (octal) that are removed when a directory is created, restricting permissions.
58
58
59
59
Mask bits are applied before mode bits are applied.
60
60
61
61
62
62
directory_create_mode (optional, str, None)
63
-
Specifies the :literal:`UNIX` mode bits (octal) that are added when a directory is created, enabling permissions.
63
+
Specifies the \ :literal:`UNIX`\ mode bits (octal) that are added when a directory is created, enabling permissions.
64
64
65
65
66
66
file_create_mask (optional, str, None)
67
-
Specifies the :literal:`UNIX` mask bits (octal) that are removed when a file is created, restricting permissions.
67
+
Specifies the \ :literal:`UNIX`\ mask bits (octal) that are removed when a file is created, restricting permissions.
68
68
69
69
70
70
file_create_mode (optional, str, None)
71
-
Specifies the :literal:`UNIX` mode bits (octal) that are added when a file is created, enabling permissions.
71
+
Specifies the \ :literal:`UNIX`\ mode bits (octal) that are added when a file is created, enabling permissions.
72
72
73
73
74
74
access_based_enumeration (optional, bool, None)
@@ -93,44 +93,44 @@ Parameters
93
93
94
94
95
95
commit_asynchronous (optional, bool, None)
96
-
Set to :literal:`true` if NFS commit requests execute asynchronously.
96
+
Set to \ :literal:`true`\ if NFS commit requests execute asynchronously.
97
97
98
98
99
99
nfsv4_domain (optional, str, None)
100
100
Specifies the domain or realm through which users and groups are associated.
101
101
102
102
103
103
nfsv4_allow_numeric_ids (optional, bool, None)
104
-
If :literal:`true`\ , sends owners and groups as UIDs and GIDs when look up fails or if the :emphasis:`nfsv4\_no\_name` property is set to 1.
104
+
If \ :literal:`true`\ , sends owners and groups as UIDs and GIDs when look up fails or if the \ :emphasis:`nfsv4\_no\_name`\ property is set to 1.
105
105
106
106
107
107
nfsv4_no_domain (optional, bool, None)
108
-
If :literal:`true`\ , sends owners and groups without a domain name.
108
+
If \ :literal:`true`\ , sends owners and groups without a domain name.
109
109
110
110
111
111
nfsv4_no_domain_uids (optional, bool, None)
112
-
If :literal:`true`\ , sends UIDs and GIDs without a domain name.
112
+
If \ :literal:`true`\ , sends UIDs and GIDs without a domain name.
113
113
114
114
115
115
nfsv4_no_names (optional, bool, None)
116
-
If :literal:`true`\ , sends owners and groups as UIDs and GIDs.
116
+
If \ :literal:`true`\ , sends owners and groups as UIDs and GIDs.
117
117
118
118
119
119
120
120
provider_state (False, str, None)
121
121
Defines whether the auth providers should be added or removed from access zone.
122
122
123
-
If :emphasis:`auth\_providers`are given, then :emphasis:`provider\_state` should also be specified.
123
+
If \ :emphasis:`auth\_providers`\ are given, then \ :emphasis:`provider\_state`\ should also be specified.
124
124
125
-
:literal:`add` - indicates that the auth providers should be added to the access zone.
125
+
\ :literal:`add`\ - indicates that the auth providers should be added to the access zone.
126
126
127
-
:literal:`remove` - indicates that auth providers should be removed from the access zone.
127
+
\ :literal:`remove`\ - indicates that auth providers should be removed from the access zone.
128
128
129
129
130
130
auth_providers (optional, list, None)
131
131
Specifies the auth providers which need to be added or removed from access zone.
132
132
133
-
If :emphasis:`auth\_providers`are given, then :emphasis:`provider\_state` should also be specified.
133
+
If \ :emphasis:`auth\_providers`\ are given, then \ :emphasis:`provider\_state`\ should also be specified.
134
134
135
135
136
136
provider_name (True, str, None)
@@ -144,18 +144,18 @@ Parameters
144
144
priority (optional, int, None)
145
145
Specifies the order of priority of the auth provider which needs to be added to access zone.
146
146
147
-
:literal:`1` denotes the topmost priority.
147
+
\ :literal:`1`\ denotes the topmost priority.
148
148
149
-
If :emphasis:`priority` is not provided, authentication provider will have lowest priority.
149
+
If \ :emphasis:`priority`\ is not provided, authentication provider will have lowest priority.
150
150
151
151
152
152
153
153
state (True, str, None)
154
154
Defines whether the access zone should exist or not.
155
155
156
-
:literal:`present` - indicates that the access zone should exist on the system.
156
+
\ :literal:`present`\ - indicates that the access zone should exist on the system.
157
157
158
-
:literal:`absent` - indicates that the access zone should not exist on the system.
158
+
\ :literal:`absent`\ - indicates that the access zone should not exist on the system.
159
159
160
160
161
161
onefs_host (True, str, None)
@@ -169,9 +169,9 @@ Parameters
169
169
verify_ssl (True, bool, None)
170
170
boolean variable to specify whether to validate SSL certificate or not.
171
171
172
-
:literal:`true` - indicates that the SSL certificate should be verified.
172
+
\ :literal:`true`\ - indicates that the SSL certificate should be verified.
173
173
174
-
:literal:`false` - indicates that the SSL certificate should not be verified.
174
+
\ :literal:`false`\ - indicates that the SSL certificate should not be verified.
175
175
176
176
177
177
api_user (True, str, None)
@@ -189,7 +189,7 @@ Notes
189
189
-----
190
190
191
191
.. note::
192
-
- The :emphasis:`check\_mode` is not supported.
192
+
- The \ :emphasis:`check\_mode`\ is not supported.
193
193
- Built-in System zone cannot be deleted.
194
194
- When access zone is deleted, all associated authentication providers remain available to other zones, the IP addresses are not reassigned to other zones.
195
195
- When access zone is deleted, SMB shares, NFS exports, and HDFS data paths are deleted, the directories and data still exist, and new shares, exports, or paths can be mapped in another access zone.
0 commit comments