This website requires JavaScript.
Explore
Help
Sign In
a-c-m
/
community.general
mirror of
https://github.com/ansible-collections/community.general.git
Watch
1
Star
0
Fork
You've already forked community.general
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
af558698a0
community.general
/
test
/
integration
/
targets
/
net_vrf
/
tasks
/
main.yaml
4 lines
90 B
YAML
Raw
Normal View
History
Unescape
Escape
Platform agnostic module for VRFs (#25383) * WIP VRF platform agnostic module * Fixed examples refering vlans instead of vrfs * Add integration tests
2017-06-09 11:33:11 +00:00
---
- {
include: cli.yaml, tags
:
[
'cli'
]
}
Add net_vrf implementation for junos (#27055) * junos_vrf implementation * junos_vrf integration test * net_vrf integration test for junos
2017-07-20 05:50:18 +00:00
- {
include: netconf.yaml, tags
:
[
'netconf'
]
}