OS9 collection - addressed review comments and version change ()

* addressing review comments for documentation
This commit is contained in:
Komal Uttamrao Patil 2020-07-31 14:36:29 -07:00 committed by GitHub
parent b224562d5d
commit 77f01c6628
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 6 deletions

View file

@ -14,7 +14,7 @@ This collection includes the Ansible modules, plugins and roles needed to provis
### Collection roles
These roles facilitate provisioning and administration of devices running Dell EMC OS9. There are over 22 roles available that provide a comprehensive coverage of most OS9 resources, including os9_aaa , os9_bgp and os9_ecmp. The documentation for each role is at [OS9 roles](https://github.com/ansible-collections/dellemc.os9/blob/master/docs/roles.rst)
These roles facilitate provisioning and administration of devices running Dell EMC OS9. There are over 22 roles available that provide a comprehensive coverage of most OS9 resources, including os9_aaa, os9_bgp and os9_ecmp. The documentation for each role is at [OS9 roles](https://github.com/ansible-collections/dellemc.os9/blob/master/docs/roles.rst).
### Sample use case playbooks
@ -40,9 +40,9 @@ To install a specific version, a version range identifier must be specified. For
## Version compatibility
Ansible version 2.10 or later
Ansible version 2.10 or later.
> **NOTE**: For Ansible version lower than 2.10, use the legacy [dellos9 modules](https://ansible-dellos-docs.readthedocs.io/en/latest/modules.html#os9-modules) and [dellos roles](https://ansible-dellos-docs.readthedocs.io/en/latest/roles.html)
> **NOTE**: For Ansible version lower than 2.10, use the legacy [dellos9 modules](https://ansible-dellos-docs.readthedocs.io/en/latest/modules.html#os9-modules) and [dellos roles](https://ansible-dellos-docs.readthedocs.io/en/latest/roles.html).
## Sample playbook
@ -61,7 +61,7 @@ Ansible version 2.10 or later
```
hostname: os9_sw1
# parameters for connection type network_cli
# Parameters for connection type network_cli
ansible_ssh_user: xxxx
ansible_ssh_pass: xxxx
ansible_network_os: dellemc.os9.os9
@ -74,7 +74,6 @@ os9_vlan:
vlan 888:
state: absent
```
**inventory.yaml**

View file

@ -9,7 +9,7 @@ name: os9
namespace: dellemc
readme: README.md
tags: [dell, dellemc, os9, emc, networking]
version: 0.0.1
version: 1.0.0
repository: 'https://github.com/ansible-collections/dellemc.os9'
documentation: 'https://github.com/ansible-collections/dellemc.os9/tree/master/docs'
homepage: 'https://github.com/ansible-collections/dellemc.os9'