You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The `juniper.device` collection includes a set of Ansible modules that perform specific operational and configuration tasks on devices running Junos OS.
11
+
The Junos Ansible Collection for Junos uses the juniper.device namespace. The `juniper.device` collection includes a set of Ansible modules that perform specific operational and configuration tasks on devices running Junos OS.
12
12
These tasks include: installing and upgrading Junos OS, provisioning new Junos devices in the network, loading configuration changes,
13
13
retrieving information, and resetting, rebooting, or shutting down managed devices. Please refer to the
14
14
[INSTALLATION](https://github.com/Juniper/ansible-junos-stdlib/blob/master/README.md#installation) section for instructions on installing this collection.
@@ -67,12 +67,13 @@ should be added to the Ansible configuration file in order to allow the jsnapy c
67
67
68
68
This modules requires the following to be installed on the Ansible control machine:
69
69
70
-
- Python >= 3.8
71
-
-[Ansible](https://pypi.org/project/ansible/) 2.9 or later
72
-
- Junos [py-junos-eznc](https://github.com/Juniper/py-junos-eznc) 2.6.0 or later
70
+
- Python >= 3.12
71
+
-[Ansible](https://pypi.org/project/ansible/) 2.17 or later
72
+
- Junos [py-junos-eznc](https://github.com/Juniper/py-junos-eznc) 2.7.3 or later
73
73
-[jxmlease](https://github.com/Juniper/jxmlease) 1.0.1 or later
74
74
-[xmltodict](https://pypi.org/project/xmltodict/) 0.13.0 or later
75
75
-[jsnapy](https://github.com/Juniper/jsnapy) 1.3.7 or later
76
+
-[packaging](https://github.com/pypa/packaging) 25.0 or later
0 commit comments