mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-03 20:54:24 -07:00
added dhcp standard options (#49729)
This commit is contained in:
parent
62af321909
commit
418c03a686
1 changed files with 4 additions and 1 deletions
|
@ -48,7 +48,10 @@ options:
|
|||
suboptions:
|
||||
name:
|
||||
description:
|
||||
- The name of the DHCP option to configure
|
||||
- The name of the DHCP option to configure. The standard options are
|
||||
C(router), C(router-templates), C(domain-name-servers), C(domain-name),
|
||||
C(broadcast-address), C(broadcast-address-offset), C(dhcp-lease-time),
|
||||
and C(dhcp6.name-servers).
|
||||
num:
|
||||
description:
|
||||
- The number of the DHCP option to configure
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue