Skip to content

Commit c2c7210

Browse files
rodvandKenneth Joss
authored and
Kenneth Joss
committed
* Add name to options of fhrp_group * Add doc and fragment
1 parent aeaa468 commit c2c7210

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
minor_changes:
2+
- Add name as option to netbox_fhrp_group

plugins/modules/netbox_fhrp_group.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,11 @@
3333
description:
3434
- Defines the FHRP group configuration
3535
suboptions:
36+
name:
37+
description:
38+
- Name of the FHRP group
39+
type: str
40+
version_added: '3.21.0'
3641
protocol:
3742
description:
3843
- Protocol
@@ -142,6 +147,7 @@ def main():
142147
type="dict",
143148
required=True,
144149
options=dict(
150+
name=dict(type="str"),
145151
protocol=dict(
146152
type="str",
147153
choices=[

0 commit comments

Comments
 (0)