Skip to content

Commit

Permalink
vmware_vmkernel: Improve documentation (#2296)
Browse files Browse the repository at this point in the history
SUMMARY
Improving the documentation a bit:

The options dealing with IP stuff is about IPv4.
ip_address and subnet_mask aren't required if state is absent.

ISSUE TYPE

Docs Pull Request

COMPONENT NAME
vmware_vmkernel
ADDITIONAL INFORMATION
#1740
#2295

Reviewed-by: Alexander Nikitin <[email protected]>
  • Loading branch information
mariolenz authored Feb 2, 2025
1 parent af13893 commit b9604e3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions plugins/modules/vmware_vmkernel.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,16 +65,16 @@
ip_address:
type: str
description:
- Static IP address.
- Required if O(network.type=static).
- Static IPv4 address.
- Required if O(network.type=static) and O(state=present).
subnet_mask:
type: str
description:
- Static netmask required.
- Required if O(network.type=static).
- Static IPv4 netmask.
- Required if O(network.type=static) and O(state=present).
default_gateway:
type: str
description: Default gateway (Override default gateway for this adapter).
description: Default IPv4 gateway (Override default gateway for this adapter).
tcpip_stack:
type: str
description:
Expand Down

0 comments on commit b9604e3

Please sign in to comment.