diff --git a/README.md b/README.md index de3a454..3ae8f35 100644 --- a/README.md +++ b/README.md @@ -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** diff --git a/galaxy.yml b/galaxy.yml index c9cb370..4f85f83 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -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'