File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Infrastructure_as_Code/Ansible/snapmirror_report Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1717
1818- name : Get all the FSxNs for the specified region.
1919 ansible.builtin.shell :
20- cmd : aws fsx describe-file-systems --region {{ region }} --query 'FileSystems[*].{ID:FileSystemId,IP:OntapConfiguration.Endpoints.Management.IpAddresses[0]}' --output text | sed -e '/^$/d'
20+ cmd : aws fsx describe-file-systems --region {{ region }} --query 'FileSystems[*].{ID:FileSystemId,IP:OntapConfiguration.Endpoints.Management.IpAddresses[0]}' --output text | sed -e '/^$/d'
2121 register : fsxn_ids_per_region
2222
2323- name : Get the SnapMirror relationships for each FSxN.
2828 hostname : " {{ item.split('\t ')[1] }}"
2929 validate_certs : false
3030 fields :
31- - source
32- - destination
33- - healthy
34- - lag_time
35- - state
31+ - source
32+ - destination
33+ - healthy
34+ - lag_time
35+ - state
3636 gather_subset :
3737 - snapmirror/relationships
3838 loop : " {{ fsxn_ids_per_region.stdout_lines }}"
You can’t perform that action at this time.
0 commit comments