diff options
Diffstat (limited to 'ansible_collections/cisco/ise')
7 files changed, 83 insertions, 10 deletions
diff --git a/ansible_collections/cisco/ise/FILES.json b/ansible_collections/cisco/ise/FILES.json index 72c9d6a53..bd62e3c2c 100644 --- a/ansible_collections/cisco/ise/FILES.json +++ b/ansible_collections/cisco/ise/FILES.json @@ -6423,7 +6423,7 @@ "name": "meta/runtime.yml", "ftype": "file", "chksum_type": "sha256", - "chksum_sha256": "2e182a22d58fcfbca71fbef1992147e1cd87fc67648750e62b5955ec72521520", + "chksum_sha256": "720f48707e16c8707f33f2bc22bbd53207b492502669c2649547d652b5f99dcd", "format": 1 }, { @@ -6521,7 +6521,7 @@ "name": "roles/personas_deployment/meta/main.yml", "ftype": "file", "chksum_type": "sha256", - "chksum_sha256": "e82c60136cb1895d61432dd52c83d4c6e8ad4c654a697ac2d5b5e4a288866d87", + "chksum_sha256": "a136beb59cd8f3f2a34a1e339bdf0ef4c62b1432b55e58a73ed8ff1ed90b42ba", "format": 1 }, { @@ -6630,6 +6630,20 @@ "format": 1 }, { + "name": "roles/aws_deployment/meta", + "ftype": "dir", + "chksum_type": null, + "chksum_sha256": null, + "format": 1 + }, + { + "name": "roles/aws_deployment/meta/main.yml", + "ftype": "file", + "chksum_type": "sha256", + "chksum_sha256": "e3e31758bf96ce68e4aaca28e8546ea21192023445d424f2e93500e2af13c15e", + "format": 1 + }, + { "name": "roles/aws_deployment/README.md", "ftype": "file", "chksum_type": "sha256", @@ -7165,14 +7179,14 @@ "name": "changelogs/changelog.yaml", "ftype": "file", "chksum_type": "sha256", - "chksum_sha256": "140605f83668879d8c78db738188d906df045dfa6d6f30938b06ff48a02fca68", + "chksum_sha256": "b7c18879f0cac476ed8b2704c4500a8adfb36a978ab014ad45d09271991f709e", "format": 1 }, { "name": "README.md", "ftype": "file", "chksum_type": "sha256", - "chksum_sha256": "d1a02a0b361b7e8e37fa4423da5b9c7ac69c9a02c9621a48ee195cc1f5c4f173", + "chksum_sha256": "97075b2c1e03122186853442fc4f5c9b2c6bb537a1987409d7cc655a0ae11719", "format": 1 }, { diff --git a/ansible_collections/cisco/ise/MANIFEST.json b/ansible_collections/cisco/ise/MANIFEST.json index 0c78fda00..c61dce517 100644 --- a/ansible_collections/cisco/ise/MANIFEST.json +++ b/ansible_collections/cisco/ise/MANIFEST.json @@ -2,7 +2,7 @@ "collection_info": { "namespace": "cisco", "name": "ise", - "version": "2.9.1", + "version": "2.9.2", "authors": [ "Rafael Campos <rcampos@altus.cr>", "William Astorga <wastorga@altus.cr>", @@ -32,7 +32,7 @@ "name": "FILES.json", "ftype": "file", "chksum_type": "sha256", - "chksum_sha256": "15f432db63325689f8870dba08698116fcf594e05eaa83c4029245933f588784", + "chksum_sha256": "03e8aa8c0a512c59183f007d803261884cf58f7ba74e3bb252336faa214d71bb", "format": 1 }, "format": 1 diff --git a/ansible_collections/cisco/ise/README.md b/ansible_collections/cisco/ise/README.md index 2961ef5f0..2b502f4ca 100644 --- a/ansible_collections/cisco/ise/README.md +++ b/ansible_collections/cisco/ise/README.md @@ -52,7 +52,7 @@ The following table shows the supported versions. | 3.1.0 | 2.0.0 | 1.2.0 | | 3.1_Patch_1 | 2.5.16 | 2.0.10 | | 3.2_beta | 2.8.0 | 2.1.1 | -| 3.3_patch_1 | 2.9.1 | 2.2.1 | +| 3.3_patch_1 | 2.9.2 | 2.2.1 | If your Ansible collection is older please consider updating it first. *Notes*: diff --git a/ansible_collections/cisco/ise/changelogs/changelog.yaml b/ansible_collections/cisco/ise/changelogs/changelog.yaml index d5edc8259..42199b071 100644 --- a/ansible_collections/cisco/ise/changelogs/changelog.yaml +++ b/ansible_collections/cisco/ise/changelogs/changelog.yaml @@ -1008,4 +1008,11 @@ releases: release_summary: Update network_device_group module. bugfixes: - network_device_group - change parameter name from ndgtype to othername. - - network_device_group_info - change parameter name from ndgtype to othername.
\ No newline at end of file + - network_device_group_info - change parameter name from ndgtype to othername. + 2.9.2: + release_date: "2024-06-06" + changes: + release_summary: Update min ansible version. + bugfixes: + - Update min_ansible_version to 2.15.0 in runtime.yml and roles + - Added main.yml to aws_deployment role
\ No newline at end of file diff --git a/ansible_collections/cisco/ise/meta/runtime.yml b/ansible_collections/cisco/ise/meta/runtime.yml index bcb6dcedc..9912f4a7d 100644 --- a/ansible_collections/cisco/ise/meta/runtime.yml +++ b/ansible_collections/cisco/ise/meta/runtime.yml @@ -1,2 +1,2 @@ --- -requires_ansible: '>=2.14.0'
\ No newline at end of file +requires_ansible: '>=2.15.0'
\ No newline at end of file diff --git a/ansible_collections/cisco/ise/roles/aws_deployment/meta/main.yml b/ansible_collections/cisco/ise/roles/aws_deployment/meta/main.yml new file mode 100644 index 000000000..08993e178 --- /dev/null +++ b/ansible_collections/cisco/ise/roles/aws_deployment/meta/main.yml @@ -0,0 +1,52 @@ +galaxy_info: + author: Jose BogarÃn + description: Cisco ISE deployment in AWS + company: your company (optional) + + # If the issue tracker for your role is not on github, uncomment the + # next line and provide a value + # issue_tracker_url: http://example.com/issue/tracker + + # Choose a valid license ID from https://spdx.org - some suggested licenses: + # - BSD-3-Clause (default) + # - MIT + # - GPL-2.0-or-later + # - GPL-3.0-only + # - Apache-2.0 + # - CC-BY-4.0 + license: license (GPL-2.0-or-later, MIT, etc) + + min_ansible_version: 2.15.0 + + # If this a Container Enabled role, provide the minimum Ansible Container version. + # min_ansible_container_version: + + # + # Provide a list of supported platforms, and for each platform a list of versions. + # If you don't wish to enumerate all versions for a particular platform, use 'all'. + # To view available platforms and versions (or releases), visit: + # https://galaxy.ansible.com/api/v1/platforms/ + # + # platforms: + # - name: Fedora + # versions: + # - all + # - 25 + # - name: SomePlatform + # versions: + # - all + # - 1.0 + # - 7 + # - 99.99 + + galaxy_tags: [] + # List tags for your role here, one per line. A tag is a keyword that describes + # and categorizes the role. Users find roles by searching for tags. Be sure to + # remove the '[]' above, if you add tags to this list. + # + # NOTE: A tag is limited to a single word comprised of alphanumeric characters. + # Maximum 20 tags per role. + +dependencies: [] + # List your role dependencies here, one per line. Be sure to remove the '[]' above, + # if you add dependencies to this list. diff --git a/ansible_collections/cisco/ise/roles/personas_deployment/meta/main.yml b/ansible_collections/cisco/ise/roles/personas_deployment/meta/main.yml index c572acc9f..daa938e07 100644 --- a/ansible_collections/cisco/ise/roles/personas_deployment/meta/main.yml +++ b/ansible_collections/cisco/ise/roles/personas_deployment/meta/main.yml @@ -16,7 +16,7 @@ galaxy_info: # - CC-BY-4.0 license: license (GPL-2.0-or-later, MIT, etc) - min_ansible_version: 2.1 + min_ansible_version: 2.15.0 # If this a Container Enabled role, provide the minimum Ansible Container version. # min_ansible_container_version: |