This website requires JavaScript.
Explore
Cloud
Chat
CI/CD
Help
Sign In
cmueller
/
ansible
Watch
1
Star
0
Fork
You've already forked ansible
0
Code
Issues
Pull requests
Projects
Releases
Wiki
Activity
f2bc89a880
ansible
/
test
/
integration
/
targets
/
net_static_route
/
tasks
/
main.yaml
4 lines
90 B
YAML
Raw
Normal View
History
Unescape
Escape
Add ios_static_route module (#25527) * Add ios_static_route module * Add ios_static_route integration tests * Add platform agnostic integration tests for IOS * Replace unicode function to ansible module_utils to_text * Add collections handling logic * Add integration tests for collections * Make collections and prefix mutually exclusive * Add net_static_route integration tests for collections * Do not store load_config return value, as it returns nothing
2017-06-29 12:05:20 +02:00
---
- {
include: cli.yaml, tags
:
[
'cli'
]
}
Implementation of junos_static_route module (#26501) * Implementation of junos_static_route module * junos implementation of net_static_route * integration test for junos_static_route * integration test for junos net_static_route * Minor change * Doc change * Fix CI issue
2017-07-07 09:55:14 +02:00
- {
include: netconf.yaml, tags
:
[
'netconf'
]
}
Reference in a new issue
Copy permalink