mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 06:12:51 +00:00
New module: Add support for Arista EOS vlan (network/eos/eos_vlan) (#25355)
* WIP Add eos_vlan module * Fix docstrings * Fix pep8 issues * Add active/suspend states logic * Add integration tests for eos_vlan * Fix map_config_to_obj on EAPI * Sixify iteritems * Add platform agnostic net_vlan integration tests
This commit is contained in:
committed by
GitHub
parent
745f72916f
commit
b3e8c48d4b
@@ -12,3 +12,4 @@
|
||||
- { role: net_banner, when: "limit_to in ['*', 'net_banner']" }
|
||||
- { role: net_command, when: "limit_to in ['*', 'net_command']" }
|
||||
- { role: net_user, when: "limit_to_in ['*', 'net_user']" }
|
||||
- { role: net_vlan, when: "limit_to in ['*', 'net_vlan']" }
|
||||
|
||||
Reference in New Issue
Block a user