Skip to content

cisco.ise

Ansible Modules for Cisco ISE

Health score

64 / 100

Fair

Usable, but the maintenance or quality evidence is thin.

How bands are set →

  1. Excellent
  2. Good
  3. Fair (this collection)
  4. Poor
  5. Not scored

Observed 7 of 8 signal groups.

Four are needed before a score is published.

4 needed

Category subscores

Security
100%
Trust
100%
Quality
58%
Maintenance
85%
ansible-core compatibility
55%

Deducted from the total

dropped-from-ansible-package
−10 points
Every signal we evaluated for this collection
Signals we could observe
security.dependency_boundednessPassed1 of 1 dependencies bounded1 / 1Published artifact
trust.ansible_membershipPassedships in 6 ansible package majors2 / 2ansible-build-data
trust.link_claimsPassed4 of 4 link URLs declared1 / 1Published artifact
quality.docsPartly metreadme, 7 doc files2.55 / 3Published artifact
quality.changelogPartly metchangelog.yaml, 0 fragments1.6 / 2Published artifact
quality.license_qualityPartly metlicense file declared, no SPDX id0.45 / 1Published artifact
quality.testsPartly metmixed: 0 unit, 0 integration, 5 sanity, 0 molecule0.6 / 3Published artifact
maintenance.release_recencyPassedlast release 91 days ago3 / 3Galaxy index
maintenance.changelog_recencyPartly met0 unreleased changelog fragments0.4 / 1Published artifact
compat.requires_ansiblePartly met>=2.15.01.8 / 3Published artifact
compat.membership_currencyPartly metships in ansible 10 (current is 12)0.4 / 1ansible-build-data
Signals we could not observeNot observed — these are left out of the score rather than counted against it.
quality.ciNot observedno CI evidence in the published artifactexcluded from this scorePublished artifact

No repository evidence yet. ansible.care has not read any collection's Git repository, so every signal above was proved from a published artifact or from Ansible’s own build data. Tests and CI in particular can be proved present this way but never proved absent — so when we cannot see them, we leave them out of the score rather than counting them against you.

What is costing points

Each of these is a signal we observed and could not fully credit.

  • compat.requires_ansible

    Declare a `requires_ansible` FLOOR in your `galaxy.yml` naming the oldest ansible-core you actually support, and declare an upper bound alongside it if you test against one — the bound is credited on top of whichever floor tier you reach in the table beside this rule. Declaring nothing now scores zero and STAYS in your score rather than dropping out of it, so omitting the field is no longer a way to avoid the question; if your score fell and you have never declared a floor, this is why. An exact pin or a `~=` compatible-release specifier earns only a small share, strictly below every floor tier: it is a real declaration we could read, so it beats silence, and it sits at the bottom because pinning ansible-core is the practice this category exists to discourage. Raising a floor you cannot actually support would be a false declaration, and this rule is not worth that.

  • quality.changelog

    Ship a `changelogs/changelog.yaml` — the structured form `antsibull-changelog` generates and the `ansible` package consumes — rather than only a hand-maintained `CHANGELOG.md`, and write a fragment into `changelogs/fragments/` as each change lands rather than reconstructing release notes at release time. Both have to be inside the published tarball to be observable: a changelog that lives only in your Git repository is one we cannot read. This is the single highest-leverage change for most collections, because the same missing file is what holds down both changelog rules in this rubric. If you already publish `changelog.yaml` with fragments, this rule is answered.

  • compat.membership_currency

    Like the Trust tenure rule, this reads the `ansible` package’s own release data rather than anything you declare, so no metadata edit moves it. What moves it is your collection continuing to be carried by a current `ansible` package major, which is the community inclusion process. If your collection has never shipped in that package we do not observe this rule at all and it is left out of your score rather than counted against you, so this is only worth acting on if you are already in the package and have slipped behind.

  • quality.license_quality

    Declare a machine-readable SPDX identifier in `galaxy.yml`’s `license` field rather than relying on a `LICENSE` file alone: an identifier is what a consuming organisation’s policy tooling reads without a human opening the file. A `LICENSES/` directory following REUSE ranks above a bare root licence file and below the identifier. One exception worth stating: we record the identifier you publish rather than validating it against the SPDX list, so a wrong identifier will earn these marks and mislead your users at the same time — if no SPDX identifier fits your licence, publish the file instead.

  • quality.docs

    Ship your README and your `docs/` directory INSIDE the published tarball, not only in your Git repository — we do not read repositories at all yet, so a file that exists only there is a file we cannot see. If your `build_ignore` excludes `docs/`, that exclusion is why we observed nothing. Beyond the README this rule counts documentation FILES, so splitting a long README into per-module and per-role pages is what moves it; adding filler pages to raise a count would satisfy the arithmetic and help nobody.

What would strengthen this score

These signals can only add points in the current scoring version — they are never counted against you.

  • quality.tests

    Publish your test evidence inside the artifact: `molecule/` scenarios for a role collection, and `tests/unit/`, `tests/integration/` and `tests/sanity/` for a plugin collection. Ansible’s own packaging documentation suggests excluding `tests/` through `build_ignore`, so if you follow that advice we simply cannot see them — their absence from your tarball is a limit on what we read and never a claim that you have no tests. In this scoring version this rule can only add points: when we observe no test evidence the rule leaves your calculation entirely rather than scoring zero, so publishing tests can raise your score and withholding them cannot lower it.

Authors

  • Jose Bogarin <jbogarin@cloverhound.cr>
  • Francisco Munoz <fmunoz@cloverhound.cr>
  • Bryan Vargas <bvasquez@cloverhound.cr>