File tree Expand file tree Collapse file tree 5 files changed +3
-10
lines changed
Expand file tree Collapse file tree 5 files changed +3
-10
lines changed Original file line number Diff line number Diff line change 22extends : default
33rules :
44 line-length : disable
5+ comments-indentation : disable
56 trailing-spaces : disable
67 truthy : disable
78 braces :
Original file line number Diff line number Diff line change 2424 | map(attribute="attributes.aws:region")
2525 | list
2626 }}
27-
28- # - name: Output the FSxN regions
29- # debug:
30- # msg: "fsxn_regions={{ fsxn_regions }}"
Original file line number Diff line number Diff line change 66---
77- name : Get all the FSxNs for the specified region.
88 ansible.builtin.shell :
9- cmd : aws fsx describe-file-systems --region {{ region }} --query 'FileSystems[*].{FileSystemId:FileSystemId}' --output text | sed -e '/^$/d'
9+ cmd : aws fsx describe-file-systems --region {{ region }} --query 'FileSystems[*].{FileSystemId:FileSystemId}' --output text | sed -e '/^$/d'
1010 register : fsxn_ids_per_region
1111
1212- name : Get all the SVMs and volumes for each FSxN.
Original file line number Diff line number Diff line change 2424 | map(attribute="attributes.aws:region")
2525 | list
2626 }}
27-
28- # - name: Output the FSxN regions
29- # debug:
30- # msg: "fsxn_regions={{ fsxn_regions }}"
Original file line number Diff line number Diff line change 55---
66- name : Get all the FSxNs for the specified region.
77 ansible.builtin.shell :
8- cmd : aws fsx describe-file-systems --region {{ region }} --query 'FileSystems[*].{FileSystemId:FileSystemId}' --output text | sed -e '/^$/d'
8+ cmd : aws fsx describe-file-systems --region {{ region }} --query 'FileSystems[*].{FileSystemId:FileSystemId}' --output text | sed -e '/^$/d'
99 register : fsxn_ids_per_region
1010
1111- name : Get the SnapMirror relationships for each FSxN.
You can’t perform that action at this time.
0 commit comments