File tree Expand file tree Collapse file tree 4 files changed +7
-5
lines changed Expand file tree Collapse file tree 4 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,9 @@ Juniper Networks provides support for using Ansible to deploy devices running th
1515- junos_shutdown — Shut down or reboot a device running Junos OS.
1616- junos_srx_cluster — Enable/Disable cluster mode for SRX devices
1717- junos_zeroize — Remove all configuration information on the Routing Engines and reset all key values on a device.
18+ - junos_get_table - Retrieve data from a Junos device using Tables/Views
19+ - junos_ping - execute ping on junos devices
20+ - junos_jsnapy - Integrate JSNAPy to ansible which helps audit network devices
1821
1922### OVERVIEW OF PLUGINS
2023
Original file line number Diff line number Diff line change @@ -41,9 +41,9 @@ version_added: "1.4.0"
4141version_control:
4242 13-Apr-2016 v1.0.0 - Basic working model
4343
44- Short_description: Integrate JSnapy to ansible.
44+ Short_description: Integrate JSNAPy to ansible.
4545description:
46- - Execute JSnapy test from Ansible.
46+ - Execute JSNAPy test from Ansible.
4747 Attention, to not break Ansible behavior, this module only report "failed"
4848 if the module itself fails, not if a test fails.
4949 To check the test results you need to subscribe to the result and assert
Original file line number Diff line number Diff line change 1111 keywords = "Ansible Junos NETCONF networking automation" ,
1212 url = "http://www.github.com/Juniper/ansible-junos-stdlib" ,
1313 packages = ['library' ],
14- #scripts = ['library/junos_get_facts', 'library/junos_install_config'],
1514 classifiers = [
1615 'Development Status :: 5 - Production/Stable' ,
1716 'Environment :: Console' ,
Original file line number Diff line number Diff line change 1- VERSION = "1.3.1 "
2- DATE = "2016-Feb-26 "
1+ VERSION = "1.4.0 "
2+ DATE = "2016-Sept-21 "
You can’t perform that action at this time.
0 commit comments