ansible.builtin.eos (v2.9.27) — cliconf

Use eos cliconf to run command on Arista EOS platform

| "added in version" 2.4 of ansible.builtin"

Authors: Ansible Networking Team

Install Ansible via pip

Install with pip install ansible==2.9.27

Description

This eos plugin provides low level abstraction apis for sending and receiving CLI commands from Arista EOS network devices.

Inputs

    
eos_use_sessions:
    default: true
    description:
    - Specifies if sessions should be used on remote host or not
    env:
    - name: ANSIBLE_EOS_USE_SESSIONS
    type: boolean
    vars:
    - name: ansible_eos_use_sessions
      version_added: '2.7'
      version_added_collection: ansible.builtin