Skip to content

Commit

Permalink
Merge pull request #118 from OrrBG/bugfix/info_datacenters-in-documen…
Browse files Browse the repository at this point in the history
…tation

Bugfix/info datacenters in documentation
  • Loading branch information
anna-savina authored Jan 5, 2025
2 parents 29d8a51 + 8909d08 commit 849e788
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
minor_changes:
- info - added info_datacenters var in documentation to info role
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 that will be searched when gathering information about clusters.
- If this variable is not set, information on all vSphere vCenter clusters in all datacenters is gathered

### 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 849e788

Please sign in to comment.