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
This commit is contained in:
Ganesh Nalawade
2017-07-07 13:25:14 +05:30
committed by GitHub
parent 63f4aa3069
commit ba60ac04fc
10 changed files with 479 additions and 1 deletions

View File

@@ -0,0 +1,3 @@
---
- include: "{{ role_path }}/tests/junos/basic.yaml"
when: hostvars[inventory_hostname]['ansible_network_os'] == 'junos'