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
3c389aee73
community.general
/
test
/
integration
/
targets
/
iosxr_interface
/
tasks
/
main.yaml
4 lines
90 B
YAML
Raw
Normal View
History
Unescape
Escape
iosxr implemetation for net_interface (#27513) * iosxr implemetation for net_interface * iosxr_interface implementation * Add integration test * iosxr_interface integration test * net_interface intergration test for iosxr * update boilerplate
2017-08-01 14:49:54 +00:00
---
- {
include: cli.yaml, tags
:
[
'cli'
]
}
Cliconf and Netconf refactoring iosxr_interface (#33909) * Cliconf and Netconf refactoring iosxr_interface * adds `xml` key and related changes for netconf output * * review comments changes
2017-12-20 07:36:07 +00:00
- {
include: netconf.yaml, tags
:
[
'netconf'
]
}