Skip to content

Commit

Permalink
added info_datacenters documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
OrrBG committed Dec 22, 2024
1 parent d0d3414 commit eedcd5f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions roles/info/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,10 @@ An abbreviated example of the data returned can be found below:
- File where to store the gathered data. Default is `/tmp/vmware_ops_info_cluster`
- If set to an empty string, the data is not written to a file.

- **info_datacenters** (list(str))
- A list of datacenter names used to specify the clusters for which to gather information.
- If this variable is not set, information on all vSphere vCenter clusters is gathered (TODO: is this correct?)

### Storage

- **info_storage** (bool)
Expand Down Expand Up @@ -192,6 +196,7 @@ An abbreviated example of the data returned can be found below:
info_license: true
info_storage: true
info_appliance: true
info_datacenters: ["datacenter1", "datacenter2"]

roles:
- role: cloud.vmware_ops.info
Expand Down

0 comments on commit eedcd5f

Please sign in to comment.