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
Copy file name to clipboardExpand all lines: README.md
+8-17Lines changed: 8 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,16 +11,9 @@ This collection is hosted on the Ansible Galaxy website under the collection
11
11
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
-
[INSTALLATION](#installation) section for instructions on installing this collection.
14
+
[INSTALLATION](https://github.com/Juniper/ansible-junos-stdlib/blob/master/README.md#installation) section for instructions on installing this collection.
15
15
16
-
## Two Sets of Ansible Modules for Junos devices
17
-
18
-
Since Ansible version >= 2.1, Ansible also natively includes
19
-
[core modules for Junos](https://docs.ansible.com/ansible/latest/collections/junipernetworks/junos/index.html#plugins-in-junipernetworks-junos). The Junos modules included
20
-
in Ansible core have names which begin with the prefix `junos_`. The Junos modules included in this `Juniper.device`
21
-
collection have names starting with module types. These two sets of Junos modules can coexist on the same
22
-
Ansible control machine, and an Ansible playbook may invoke a module from either (or both) sets. Juniper Networks recommends
23
-
using the modules in `juniper.device` collection when writing new playbooks that manage Junos devices.
16
+
This collection is compatible with [junipernetworks.junos](https://github.com/ansible-collections/junipernetworks.junos) certified collection.
24
17
25
18
## Overview of Modules
26
19
@@ -78,7 +71,7 @@ should be added to the Ansible configuration file in order to allow the jsnapy c
78
71
79
72
## INSTALLATION
80
73
81
-
You must have the [DEPENDENCIES](#dependencies) installed on your system.
74
+
You must have the [DEPENDENCIES](https://github.com/Juniper/ansible-junos-stdlib/blob/master/README.md#dependencies) installed on your system.
82
75
Check requirements.txt for the dependencies.
83
76
84
77
### NOTICES
@@ -111,7 +104,7 @@ For more information visit - https://docs.ansible.com/ansible/latest/user_guide/
111
104
112
105
### Git clone
113
106
114
-
For testing you can `git clone` this repo and run the `env-setup` script in the repo directory:
107
+
For testing you can `git clone`[this repo](https://github.com/Juniper/ansible-junos-stdlib.git) and run the `env-setup` script in the repo directory:
115
108
116
109
user@ansible-junos-stdlib> source env-setup
117
110
@@ -167,7 +160,7 @@ This example outlines how to use Ansible to install or upgrade the software imag
167
160
This modules requires the following to be installed on the Ansible control machine:
168
161
169
162
- Python >= 3.8
170
-
- [Ansible](http://www.ansible.com) 2.9 or later
163
+
- [Ansible](https://pypi.org/project/ansible/) 2.9 or later
171
164
- Junos [py-junos-eznc](https://github.com/Juniper/py-junos-eznc) 2.6.0 or later
172
165
- [jxmlease](https://github.com/Juniper/jxmlease) 1.0.1 or later
173
166
- [xmltodict](https://pypi.org/project/xmltodict/) 0.13.0 or later
@@ -179,17 +172,15 @@ Apache 2.0
179
172
180
173
## SUPPORT
181
174
182
-
Support for this `juniper.device` collection is provided by the community and Juniper Networks. If you have an
183
-
issue with a module in the `juniper.device` collection, you may:
175
+
As a Red Hat Ansible [Certified Content](https://catalog.redhat.com/en/search?searchType=Software), this collection is entitled to [support](https://access.redhat.com/support/) through [Ansible Automation Platform](https://www.redhat.com/en/technologies/management/ansible) (AAP) using the **Create issue** button on the top right corner.
176
+
177
+
If a support case cannot be opened with Red Hat and the collection has been obtained either from [Galaxy](https://galaxy.ansible.com/ui/) or [GitHub](https://github.com/Juniper/ansible-junos-stdlib), there is community support available, you may:
184
178
185
179
- Open a [GitHub issue](https://github.com/Juniper/ansible-junos-stdlib/issues).
186
180
- Post a question on our [Google Group](https://groups.google.com/forum/#!forum/junos-python-ez)
0 commit comments