Skip to content

Commit

Permalink
clean up docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mikemorency authored and bardielle committed Jun 18, 2024
1 parent b16fbe2 commit 270ed01
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 14 deletions.
16 changes: 3 additions & 13 deletions roles/manage_folder/README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
# Cluster settings role
# Manage Folder Role

A role to define cluster settings in vCenter.
A role to create, delete, or update a folder or folder tree in VCenter.

## Requirements

pyvmomi < 7.0.3

In some cases, the vCLS cluster settings will fail to apply when using pyvmomi version 7.0.3 or greater. If this feature is required, using an earlier version will work.
Support for version 7.0.3 and higher is planned for the next release of community.vmware (>4.4.0), at which point this restriction will be removed.
N/A

## Role Variables
### Auth
Expand All @@ -29,13 +26,6 @@ Support for version 7.0.3 and higher is planned for the next release of communit
- **manage_folder_port**:
- str or int, The port to use to authenticate to the vSphere vCenter which contains the cluster to configure.

### Cluster settings


### Placement
- **manage_folder_datacenter_name**:
- enter your description here

### Other
- **manage_folder_folder_name**:
- str, required, The name of folder to manage. It can be a single name like `foo` or a path like `foo/bar/buzz`.
Expand Down
2 changes: 1 addition & 1 deletion tests/integration/targets/manage_folder_test/runme.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/usr/bin/env bash
source ../init.sh
exec ansible-playbook run.yml -vvvv
exec ansible-playbook run.yml

0 comments on commit 270ed01

Please sign in to comment.