From 7ef730c4f16f49ea8b18feeab4fc719c61312be3 Mon Sep 17 00:00:00 2001 From: William Astorga Date: Thu, 24 Mar 2022 14:06:26 -0600 Subject: [PATCH 1/2] Update README --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 253bbcf7be..e9c580e6df 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ This collection has been tested and supports Cisco DNA Center 2.2.3.3. *Note: This collection is not compatible with versions of Ansible before v2.8.* -Other versions of this collection have support for previous Cisco DNA Center versions. The recommended versions are listed below on the [Compatibility matrix](#compatibility-matrix). +Other versions of this collection have support for previous Cisco DNA Center versions. The recommended versions are listed below on the [Compatibility matrix](https://github.com/cisco-en-programmability/dnacenter-ansible#compatibility-matrix). ## Compatibility matrix @@ -16,7 +16,7 @@ Other versions of this collection have support for previous Cisco DNA Center ver |--------------------------|------------------------------|-------------------------------| | 2.1.1 | 3.0.0 | 2.2.5 | | 2.2.2.3 | 3.3.1 | 2.3.3 | -| 2.2.3.3 | 6.1.0 | 2.4.7 | +| 2.2.3.3 | 6.2.1 | 2.4.8 | *Notes*: @@ -59,7 +59,7 @@ Install the collection ([Galaxy link](https://galaxy.ansible.com/cisco/dnac)) ansible-galaxy collection install cisco.dnac ``` ## Use -First, define a `credentials.yml` ([example](playbooks/credentials.template)) file where you specify your DNA Center credentials as Ansible variables: +First, define a `credentials.yml` ([example](https://github.com/cisco-en-programmability/dnacenter-ansible/blob/main/playbooks/credentials.template)) file where you specify your DNA Center credentials as Ansible variables: ``` --- dnac_host: @@ -71,13 +71,13 @@ dnac_verify: False # optional, defaults to True dnac_debug: False # optional, defaults to False ``` -Create a `hosts` ([example](playbooks/hosts)) file that uses `[dnac_servers]` with your Cisco DNA Center Settings: +Create a `hosts` ([example](https://github.com/cisco-en-programmability/dnacenter-ansible/blob/main/playbooks/hosts)) file that uses `[dnac_servers]` with your Cisco DNA Center Settings: ``` [dnac_servers] dnac_server ``` -Then, create a playbook `myplaybook.yml` ([example](playbooks/tag.yml)) referencing the variables in your credentials.yml file and specifying the full namespace path to the module, plugin and/or role: +Then, create a playbook `myplaybook.yml` ([example](https://github.com/cisco-en-programmability/dnacenter-ansible/blob/main/playbooks/tag.yml)) referencing the variables in your credentials.yml file and specifying the full namespace path to the module, plugin and/or role: ``` - hosts: dnac_servers vars_files: @@ -100,7 +100,7 @@ Execute the playbook: ``` ansible-playbook -i hosts myplaybook.yml ``` -In the `playbooks` [directory](playbooks/) you can find more examples and use cases. +In the `playbooks` [directory](https://github.com/cisco-en-programmability/dnacenter-ansible/blob/main/playbooks) you can find more examples and use cases. ## Update From a94a929294c59b7a62656d62dbd6e10a70797177 Mon Sep 17 00:00:00 2001 From: William Astorga Date: Thu, 24 Mar 2022 14:06:45 -0600 Subject: [PATCH 2/2] New version 6.2.1 --- changelogs/changelog.yaml | 6 ++++++ galaxy.yml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 05afbc26ef..ef803a6397 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -519,3 +519,9 @@ releases: - file_info - add parameter filename. - reports_executions_info - Instead of returning the data string, it now returns a dictionary. The dictionary has property data with the previous string value. - reports_executions_info - add parameter filename. + 6.2.1: + release_date: "2022-03-24" + changes: + release_summary: Update README + bugfixes: + - Update README, update Compatibility matrix. diff --git a/galaxy.yml b/galaxy.yml index ae4ca6db8e..f9d41308fd 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,7 +1,7 @@ --- namespace: cisco name: dnac -version: 6.2.0 +version: 6.2.1 readme: README.md authors: - Rafael Campos