mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Add a note to iosxr_(command|config|facts) stating netconf is not supported (#37394)
This commit is contained in:
parent
841cb0e6a4
commit
dd0140dfed
3 changed files with 5 additions and 0 deletions
|
@ -27,6 +27,7 @@ description:
|
||||||
Please use M(iosxr_config) to configure iosxr devices.
|
Please use M(iosxr_config) to configure iosxr devices.
|
||||||
extends_documentation_fragment: iosxr
|
extends_documentation_fragment: iosxr
|
||||||
notes:
|
notes:
|
||||||
|
- This module does not support netconf connection
|
||||||
- Tested against IOS XR 6.1.2
|
- Tested against IOS XR 6.1.2
|
||||||
options:
|
options:
|
||||||
commands:
|
commands:
|
||||||
|
|
|
@ -26,6 +26,7 @@ description:
|
||||||
extends_documentation_fragment: iosxr
|
extends_documentation_fragment: iosxr
|
||||||
notes:
|
notes:
|
||||||
- Tested against IOS XRv 6.1.2
|
- Tested against IOS XRv 6.1.2
|
||||||
|
- This module does not support netconf connection
|
||||||
- Avoid service disrupting changes (viz. Management IP) from config replace.
|
- Avoid service disrupting changes (viz. Management IP) from config replace.
|
||||||
- Do not use C(end) in the replace config file.
|
- Do not use C(end) in the replace config file.
|
||||||
options:
|
options:
|
||||||
|
|
|
@ -25,6 +25,9 @@ description:
|
||||||
module will always collect a base set of facts from the device
|
module will always collect a base set of facts from the device
|
||||||
and can enable or disable collection of additional facts.
|
and can enable or disable collection of additional facts.
|
||||||
extends_documentation_fragment: iosxr
|
extends_documentation_fragment: iosxr
|
||||||
|
notes:
|
||||||
|
- Tested against IOS XRv 6.1.2
|
||||||
|
- This module does not support netconf connection
|
||||||
options:
|
options:
|
||||||
gather_subset:
|
gather_subset:
|
||||||
description:
|
description:
|
||||||
|
|
Loading…
Reference in a new issue