Skip to content

Commit ee2521f

Browse files
committed
Updated it to use the ONTAP Ansible collection as opposed to invoking 'curl' commands to get the SnapMirror information.
1 parent bafdd8a commit ee2521f

File tree

1 file changed

+2
-2
lines changed
  • Infrastructure_as_Code/Ansible/snapmirror_report

1 file changed

+2
-2
lines changed

Infrastructure_as_Code/Ansible/snapmirror_report/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ There are three files used to create the report:
2828
- `get_all_fsxn_regions.yaml`: A collection of tasks that retrieves all the regions, that are enabled for the account, where FSx for ONTAP is also available.
2929
- `processs_region.yaml`: A collection of tasks that will process all the FSxNs within a region.
3030

31-
You will also need to create a file named (by default) `secrets_list.csv` that list the secret name for each FSx file systems.
31+
You will also need to create a file named (by default) `secrets.csv` that list the secret name for each FSx file systems.
3232
The format of the file should be:
3333
```
3434
file_system_id,secret_name
@@ -71,4 +71,4 @@ Unless required by applicable law or agreed to in writing, software distributed
7171

7272
See the License for the specific language governing permissions and limitations under the License.
7373

74-
© 2024 NetApp, Inc. All Rights Reserved.
74+
© 2026 NetApp, Inc. All Rights Reserved.

0 commit comments

Comments
 (0)