Skip to content

Commit 3270f6f

Browse files
authored
Merge pull request #164 from vnitinv/PyEZ_2_0_support
getting ready for next release
2 parents 19e4347 + 2c99eff commit 3270f6f

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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

library/junos_jsnapy

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ version_added: "1.4.0"
4141
version_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.
4545
description:
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

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
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',

version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
VERSION = "1.3.1"
2-
DATE = "2016-Feb-26"
1+
VERSION = "1.4.0"
2+
DATE = "2016-Sept-21"

0 commit comments

Comments
 (0)