mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 06:12:51 +00:00
Platform agnostic module for VRFs (#25383)
* WIP VRF platform agnostic module * Fixed examples refering vlans instead of vrfs * Add integration tests
This commit is contained in:
committed by
GitHub
parent
d83f254bb6
commit
72e65e4290
@@ -13,3 +13,4 @@
|
||||
- { 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']" }
|
||||
- { role: net_vrf, when: "limit_to_in ['*', 'net_vrf']" }
|
||||
|
||||
Reference in New Issue
Block a user