Skip to content

Commit

Permalink
sanity
Browse files Browse the repository at this point in the history
  • Loading branch information
mikemorency committed Dec 16, 2024
1 parent b4b6338 commit 684a693
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion plugins/inventory/esxi_hosts.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,9 @@
group_by_paths:
description:
- If true, groups will be created based on the ESXI hosts' paths.
- Paths will be sanitized to match Ansible group name standards. For example, any slashes or dashes in the paths will be replaced by underscores in the group names.
- >-
Paths will be sanitized to match Ansible group name standards.
For example, any slashes or dashes in the paths will be replaced by underscores in the group names.
- A group is created for each step down in the path, with the group from the step above containing subsequent groups.
- For example, a path /DC-01/hosts/Cluster will create groups 'DC_01' which contains group 'DC_01_hosts' which contains group 'DC_01_hosts_Cluster'
default: false
Expand Down

0 comments on commit 684a693

Please sign in to comment.