eos

33Modules138Plugins1Dependency

Overview

Description

Ansible Network Collection for Arista EOS devices.

Readme

Arista EOS Collection

CI Codecov CI

The Ansible Arista EOS collection includes a variety of Ansible content to help automate the management of Arista EOS network appliances.

This collection has been tested against Arista EOS 4.24.6F.

Support

As a Red Hat Ansible Certified Content, this collection is entitled to support through Ansible Automation Platform (AAP).

If a support case cannot be opened with Red Hat and the collection has been obtained either from Galaxy or GitHub, there is community support available at no charge.

You can join us on #network:ansible.com room or the Ansible Forum Network Working Group.

For more information you can check the communication section below.

Communication

For more information about communication, see the Ansible communication guide.

Ansible version compatibility

This collection has been tested against following Ansible versions: >=2.16.0.

For collections that support Ansible 2.9, please ensure you update your network_os to use the fully qualified collection name (for example, cisco.ios.ios). Plugins and modules within a collection may be tested with only specific Ansible versions. A collection may contain metadata that identifies these versions. PEP440 is the schema used to describe the versions of Ansible.

Supported connections

The Arista EOS collection supports network_cli and httpapi connections.

Included content

Cliconf plugins

NameDescription
arista.eos.eosUse eos cliconf to run command on Arista EOS platform

Httpapi plugins

NameDescription
arista.eos.eosUse eAPI to run command on eos platform

Modules

NameDescription
arista.eos.eos_acl_interfacesACL interfaces resource module
arista.eos.eos_aclsACLs resource module
arista.eos.eos_bannerManage multiline banners on Arista EOS devices
arista.eos.eos_bgp_address_familyManages BGP address family resource module
arista.eos.eos_bgp_globalManages BGP global resource module
arista.eos.eos_commandRun arbitrary commands on an Arista EOS device
arista.eos.eos_configManage Arista EOS configuration sections
arista.eos.eos_eapiManage and configure Arista EOS eAPI.
arista.eos.eos_factsCollect facts from remote devices running Arista EOS
arista.eos.eos_hostnameManages hostname resource module
arista.eos.eos_interfacesInterfaces resource module
arista.eos.eos_l2_interfacesL2 interfaces resource module
arista.eos.eos_l3_interfacesL3 interfaces resource module
arista.eos.eos_lacpLACP resource module
arista.eos.eos_lacp_interfacesLACP interfaces resource module
arista.eos.eos_lag_interfacesLAG interfaces resource module
arista.eos.eos_lldpManage LLDP configuration on Arista EOS network devices
arista.eos.eos_lldp_globalLLDP resource module
arista.eos.eos_lldp_interfacesLLDP interfaces resource module
arista.eos.eos_logging_globalManages logging resource module
arista.eos.eos_ntp_globalManages ntp resource module
arista.eos.eos_ospf_interfacesOSPF Interfaces Resource Module.
arista.eos.eos_ospfv2OSPFv2 resource module
arista.eos.eos_ospfv3OSPFv3 resource module
arista.eos.eos_prefix_listsManages Prefix lists resource module
arista.eos.eos_route_mapsManages Route Maps resource module
arista.eos.eos_snmp_serverManages snmp_server resource module
arista.eos.eos_static_routesStatic routes resource module
arista.eos.eos_systemManage the system attributes on Arista EOS devices
arista.eos.eos_userManage the collection of local users on EOS devices
arista.eos.eos_vlansVLANs resource module
arista.eos.eos_vrfManage VRFs on Arista EOS network devices
arista.eos.eos_vrf_globalResource module to configure VRF definitions.

Click the Content button to see the list of content included in this collection.

Installing this collection

You can install the Arista EOS collection with the Ansible Galaxy CLI:

ansible-galaxy collection install arista.eos

You can also include it in a requirements.yml file and install it with ansible-galaxy collection install -r requirements.yml, using the format:

---
collections:
  - name: arista.eos

Using this collection

This collection includes network resource modules.

Using modules from the Arista EOS collection in your playbooks

You can call modules by their Fully Qualified Collection Namespace (FQCN), such as arista.eos.eos_l2_interfaces. The following example task replaces configuration changes in the existing configuration on a Arista EOS network device, using the FQCN:

---
  - name: Replace device configuration of specified L2 interfaces with provided configuration.
    arista.eos.eos_l2_interfaces:
      config:
        - name: Ethernet1
          trunk:
            native_vlan: 20
            trunk_vlans: 5-10, 15
      state: replaced

See Also:

Contributing to this collection

We welcome community contributions to this collection. If you find problems, please open an issue or create a PR against the Arista EOS collection repository. See Contributing to Ansible-maintained collections for complete details.

You can also join us on:

  • IRC - the #ansible-network irc.libera.chat channel
  • Slack - https://ansiblenetwork.slack.com

See the Ansible Community Guide for details on contributing to Ansible.

Code of Conduct

This collection follows the Ansible project's Code of Conduct. Please read and familiarize yourself with this document.

Changelogs

Release notes

Release notes are available here.

Roadmap

More information

Licensing

GNU General Public License v3.0 or later.

See LICENSE to see the full text.

Certification

Product
Red Hat Ansible Automation Platform 2.4
Red Hat Ansible Automation Platform 2.5
Documentation

Arista EOS Collection

CI Codecov CI

The Ansible Arista EOS collection includes a variety of Ansible content to help automate the management of Arista EOS network appliances.

This collection has been tested against Arista EOS 4.24.6F.

Support

As a Red Hat Ansible Certified Content, this collection is entitled to support through Ansible Automation Platform (AAP).

If a support case cannot be opened with Red Hat and the collection has been obtained either from Galaxy or GitHub, there is community support available at no charge.

You can join us on #network:ansible.com room or the Ansible Forum Network Working Group.

For more information you can check the communication section below.

Communication

For more information about communication, see the Ansible communication guide.

Ansible version compatibility

This collection has been tested against following Ansible versions: >=2.16.0.

For collections that support Ansible 2.9, please ensure you update your network_os to use the fully qualified collection name (for example, cisco.ios.ios). Plugins and modules within a collection may be tested with only specific Ansible versions. A collection may contain metadata that identifies these versions. PEP440 is the schema used to describe the versions of Ansible.

Supported connections

The Arista EOS collection supports network_cli and httpapi connections.

Included content

Cliconf plugins

NameDescription
arista.eos.eosUse eos cliconf to run command on Arista EOS platform

Httpapi plugins

NameDescription
arista.eos.eosUse eAPI to run command on eos platform

Modules

NameDescription
arista.eos.eos_acl_interfacesACL interfaces resource module
arista.eos.eos_aclsACLs resource module
arista.eos.eos_bannerManage multiline banners on Arista EOS devices
arista.eos.eos_bgp_address_familyManages BGP address family resource module
arista.eos.eos_bgp_globalManages BGP global resource module
arista.eos.eos_commandRun arbitrary commands on an Arista EOS device
arista.eos.eos_configManage Arista EOS configuration sections
arista.eos.eos_eapiManage and configure Arista EOS eAPI.
arista.eos.eos_factsCollect facts from remote devices running Arista EOS
arista.eos.eos_hostnameManages hostname resource module
arista.eos.eos_interfacesInterfaces resource module
arista.eos.eos_l2_interfacesL2 interfaces resource module
arista.eos.eos_l3_interfacesL3 interfaces resource module
arista.eos.eos_lacpLACP resource module
arista.eos.eos_lacp_interfacesLACP interfaces resource module
arista.eos.eos_lag_interfacesLAG interfaces resource module
arista.eos.eos_lldpManage LLDP configuration on Arista EOS network devices
arista.eos.eos_lldp_globalLLDP resource module
arista.eos.eos_lldp_interfacesLLDP interfaces resource module
arista.eos.eos_logging_globalManages logging resource module
arista.eos.eos_ntp_globalManages ntp resource module
arista.eos.eos_ospf_interfacesOSPF Interfaces Resource Module.
arista.eos.eos_ospfv2OSPFv2 resource module
arista.eos.eos_ospfv3OSPFv3 resource module
arista.eos.eos_prefix_listsManages Prefix lists resource module
arista.eos.eos_route_mapsManages Route Maps resource module
arista.eos.eos_snmp_serverManages snmp_server resource module
arista.eos.eos_static_routesStatic routes resource module
arista.eos.eos_systemManage the system attributes on Arista EOS devices
arista.eos.eos_userManage the collection of local users on EOS devices
arista.eos.eos_vlansVLANs resource module
arista.eos.eos_vrfManage VRFs on Arista EOS network devices
arista.eos.eos_vrf_globalResource module to configure VRF definitions.

Click the Content button to see the list of content included in this collection.

Installing this collection

You can install the Arista EOS collection with the Ansible Galaxy CLI:

ansible-galaxy collection install arista.eos

You can also include it in a requirements.yml file and install it with ansible-galaxy collection install -r requirements.yml, using the format:

---
collections:
  - name: arista.eos

Using this collection

This collection includes network resource modules.

Using modules from the Arista EOS collection in your playbooks

You can call modules by their Fully Qualified Collection Namespace (FQCN), such as arista.eos.eos_l2_interfaces. The following example task replaces configuration changes in the existing configuration on a Arista EOS network device, using the FQCN:

---
  - name: Replace device configuration of specified L2 interfaces with provided configuration.
    arista.eos.eos_l2_interfaces:
      config:
        - name: Ethernet1
          trunk:
            native_vlan: 20
            trunk_vlans: 5-10, 15
      state: replaced

See Also:

Contributing to this collection

We welcome community contributions to this collection. If you find problems, please open an issue or create a PR against the Arista EOS collection repository. See Contributing to Ansible-maintained collections for complete details.

You can also join us on:

  • IRC - the #ansible-network irc.libera.chat channel
  • Slack - https://ansiblenetwork.slack.com

See the Ansible Community Guide for details on contributing to Ansible.

Code of Conduct

This collection follows the Ansible project's Code of Conduct. Please read and familiarize yourself with this document.

Changelogs

Release notes

Release notes are available here.

Roadmap

More information

Licensing

GNU General Public License v3.0 or later.

See LICENSE to see the full text.

Dependencies

This collection requires the following collections for use:

NameSummary

This collection is used by the following collections:

1 - 10 of 51 items
NameSummaryVersionType
Red Hat logoLinkedInYouTubeFacebookTwitter

Platforms

Products & services

Try, buy, sell

Help

About Red Hat Ecosystem Catalog

The Red Hat Ecosystem Catalog is the official source for discovering and learning more about the Red Hat Ecosystem of both Red Hat and certified third-party products and services.

We’re the world’s leading provider of enterprise open source solutions—including Linux, cloud, container, and Kubernetes. We deliver hardened solutions that make it easier for enterprises to work across platforms and environments, from the core datacenter to the network edge.

© 2025 Red Hat