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

Use eAPI to run command on eos platform

| "added in version" 2.6 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 api's for sending and receiving CLI commands with eos network devices.

Inputs

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