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
70d89b5487
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 16:49:54 +02: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 08:36:07 +01:00
- {
include: netconf.yaml, tags
:
[
'netconf'
]
}
Copy permalink