Skip to content

Commit 2d3fdb1

Browse files
committed
Initial Version
1 parent 61b8ce6 commit 2d3fdb1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Ansible/snapmirror_report/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The output of the report is a CSV file with the following columns:
1616
There are three files used to create the report:
1717
- `generate_report.yaml`: The Ansible playbook that generates the report.
1818
- `processs_region.yaml`: A collection of tasks that will process all the FSxNs in a region.
19-
- `get_all_fsxn_regions.yaml`: A colleciton of tasks that retrieves all the regions, that are enabled for the account, where FSx for ONTAP is available.
19+
- `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 available.
2020

2121
You will also need to create a file named (by default) `secrets_list.csv` that list the secret name for each FSx file system.
2222
The format of the file should be:
@@ -26,7 +26,7 @@ file_system_id,secret_name
2626
You should have all four of these files in a single directory.
2727

2828
## Configuration
29-
There are a few varaibles that can be changed at the top of the `generate_report.yaml` file:
29+
There are a few variables that can be changed at the top of the `generate_report.yaml` file:
3030
- report\_name - Sets the file path of the report that will be generated.
3131
- secrets\_list\_file - Sets the file path of the file that contains the list of FSx file systems and their secrets.
3232
- secrets\_region - Set the region where the secrets are stored.
@@ -36,7 +36,7 @@ To generate the report, run the following command:
3636
```bash
3737
ansible-playbook generate_report.yaml
3838
```
39-
After a succesful run, the report will be saved to the file path specified in the `report_name` variable.
39+
After a successful run, the report will be saved to the file path specified in the `report_name` variable.
4040

4141
## Author Information
4242

0 commit comments

Comments
 (0)