Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions plugins/modules/device.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
description: List of sections where the device belongs to
type: list
required: false
elements: str
rack:
description:
- Rack where the device belongs to.
Expand Down
1 change: 1 addition & 0 deletions plugins/modules/domain.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
description: List of sections where the nameserver appears
type: list
required: false
elements: str
extends_documentation_fragment:
- codeaffen.phpipam.phpipam
- codeaffen.phpipam.phpipam.entity_state
Expand Down
2 changes: 2 additions & 0 deletions plugins/modules/nameserver.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,12 @@
description: List of IP addresses the namerserver can be reached on
type: list
required: false
elements: str
sections:
description: List of sections where the nameserver appears
type: list
required: false
elements: str
extends_documentation_fragment:
- codeaffen.phpipam.phpipam
- codeaffen.phpipam.phpipam.entity_state
Expand Down
1 change: 1 addition & 0 deletions plugins/modules/vrf.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
description: List of sections where the nameserver appears
type: list
required: false
elements: str
extends_documentation_fragment:
- codeaffen.phpipam.phpipam
- codeaffen.phpipam.phpipam.entity_state
Expand Down
Loading