c6263dbfd4
Support for invoking Ansible EOS network modules for Arista switches. Change-Id: I3a570adf43e1addce5eeab88e29ae4ded44669f0
7 lines
160 B
YAML
7 lines
160 B
YAML
---
|
|
- name: Ensure Arista switches are configured
|
|
local_action:
|
|
module: eos_config
|
|
provider: "{{ arista_switch_provider }}"
|
|
src: arista-config.j2
|