arista-eosplus / ansible-eos-interfaces

Prebuilt Ansible Role to manage interface configuration on your Arista EOS Device
BSD 3-Clause "New" or "Revised" License
5 stars 1 forks source link

Implement eapi transport options #17

Closed grybak-arista closed 7 years ago

grybak-arista commented 7 years ago

Removes hard-coded 'cli' transport and allows eapi to be specified as the transport for providers, either individually or globally.

Also replaces copyright notice in Python files with current information.

Fixes #11, closes #12