mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 14:22:46 +00:00
Add net_interface declarative module (#25766)
* Add net_interface declartive module * Add net_interface module * Add junos_interface implementation module * Other minor changes * Add integration test * Integration test for net_interface * Integration test for junos_interface * Fix CI failures * Documentation changes
This commit is contained in:
@@ -14,3 +14,4 @@
|
||||
- { 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']" }
|
||||
- { role: net_interface, when: "limit_to in ['*', 'net_interface']" }
|
||||
|
||||
Reference in New Issue
Block a user