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
900abcddb3
community.general
/
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'
]
}
Copy permalink