mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 14:22:46 +00:00
Add note to network agnostic modules for supported platforms (#51617)
* added doc fragment to multiple network modules
This commit is contained in:
committed by
Alicia Cozine
parent
84a6519481
commit
eb6989ecbc
@@ -23,7 +23,9 @@ description:
|
||||
the IETF. It is documented in RFC 6241.
|
||||
- This module allows the user to send a configuration XML file to a netconf
|
||||
device, and detects if there was a configuration change.
|
||||
extends_documentation_fragment: netconf
|
||||
extends_documentation_fragment:
|
||||
- netconf
|
||||
- network_agnostic
|
||||
options:
|
||||
content:
|
||||
description:
|
||||
|
||||
@@ -26,6 +26,7 @@ description:
|
||||
the IETF. It is documented in RFC 6241.
|
||||
- This module allows the user to fetch configuration and state data from NETCONF
|
||||
enabled network devices.
|
||||
extends_documentation_fragment: network_agnostic
|
||||
options:
|
||||
source:
|
||||
description:
|
||||
|
||||
@@ -26,6 +26,7 @@ description:
|
||||
the IETF. It is documented in RFC 6241.
|
||||
- This module allows the user to execute NETCONF RPC requests as defined
|
||||
by IETF RFC standards as well as proprietary requests.
|
||||
extends_documentation_fragment: network_agnostic
|
||||
options:
|
||||
rpc:
|
||||
description:
|
||||
|
||||
Reference in New Issue
Block a user