eos¶
Collection Note
This module is part of the arista.eos collection. To install the collection, use:
Added in version1.0.0.
Synopsis¶
- This eos plugin provides low level abstraction apis for sending and receiving CLI commands from Arista EOS network devices.
Parameters¶
| Parameter | Defaults / Choices | Comments |
|---|---|---|
| config_commands list / elements=str |
Specifies a list of commands that can make configuration changes to the target device. When `ansible_network_single_user_mode` is enabled, if a command sent to the device is present in this list, the existing cache is invalidated. Version Added: 2.0.0 |
|
| eos_use_sessions boolean |
Default: True |
Specifies if sessions should be used on remote host or not Env: ANSIBLE_EOS_USE_SESSIONS |
Authors¶
- Ansible Networking Team (@ansible-Network)