mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-09 01:44:03 -07:00
Document httpapi and cliconf plugins (#49503)
* Create new documentation pages for httpapi and cliconf * Add new documentation to plugins toctree and Makefile * Add DOCUMENTATION to cliconf * Apply suggestions from code review
This commit is contained in:
parent
d1b2ef9c5c
commit
7ad238b358
30 changed files with 359 additions and 7 deletions
|
@ -23,11 +23,11 @@ DOCUMENTATION = """
|
|||
---
|
||||
author: Ansible Networking Team
|
||||
cliconf: eos
|
||||
short_description: Use eos cliconf to run command on eos platform
|
||||
short_description: Use eos cliconf to run command on Arista EOS platform
|
||||
description:
|
||||
- This eos plugin provides low level abstraction api's for
|
||||
sending and receiving CLI commands from eos network devices.
|
||||
version_added: "2.7"
|
||||
- This eos plugin provides low level abstraction apis for
|
||||
sending and receiving CLI commands from Arista EOS network devices.
|
||||
version_added: "2.4"
|
||||
options:
|
||||
eos_use_sessions:
|
||||
type: int
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue