Add junos_banner declartive module (#25826)

* Add junos_banner declartive module

*  junos_banner implementation
*  Integration test for junos_banner
*  Integration test for net_banner (junos)
*  Minor fixes

* Minor doc change
This commit is contained in:
Ganesh Nalawade
2017-06-18 01:32:48 +05:30
committed by GitHub
parent 97e24dc317
commit 450263e934
20 changed files with 508 additions and 16 deletions

View File

@@ -16,3 +16,4 @@
- { role: junos_template, when: "limit_to in ['*', 'junos_template']" }
- { role: junos_vlan, when: "limit_to in ['*', 'junos_vlan']" }
- { role: junos_interface, when: "limit_to in ['*', 'junos_interface']" }
- { role: junos_banner, when: "limit_to in ['*', 'junos_banner']" }