This website requires JavaScript.
Explore
Help
Sign in
ansible
/
community.general
Watch
1
Star
0
Fork
You've already forked community.general
0
mirror of
https://github.com/ansible-collections/community.general.git
synced
2024-09-14 20:13:21 +02:00
Code
Releases
Activity
a695f30411
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 13:33:11 +02: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 07:50:18 +02:00
- {
include: netconf.yaml, tags
:
[
'netconf'
]
}
Copy permalink