Skip to content

Adding sslverifystatus flag#85054

Open
JilvinAbraham wants to merge 6 commits into
ansible:develfrom
JilvinAbraham:add-sslverifystatus
Open

Adding sslverifystatus flag#85054
JilvinAbraham wants to merge 6 commits into
ansible:develfrom
JilvinAbraham:add-sslverifystatus

Conversation

@JilvinAbraham

Copy link
Copy Markdown
SUMMARY

Fixes: #85047

ISSUE TYPE
  • Feature Pull Request

@ansibot ansibot added feature This issue/PR relates to a feature request. needs_triage Needs a first human triage before being processed. module This issue/PR relates to a module. has_issue labels Apr 28, 2025
Added missing comma
updated version from 2.15 to 2.19
version added
removed default
type: bool
default: "yes"
version_added: "2.13"
sslverifystatus:

@bcoca bcoca Apr 29, 2025

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

if we are going to add such an option, I would name it validate_certs as we do in most other modules nvmd, that already exists and this is just modifying a subset of that. I would include OSP validation in the existing functionality, not as it's own option

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

do u want me to make it a sub option of sslverify itself

Maybe something like the following?

sslverify=dict(
    type='dict',
    options=dict(
        enabled=dict(type='bool', default=True),
        verifystatus=dict(type='bool', default=False)
    )

@mkrizek mkrizek removed the needs_triage Needs a first human triage before being processed. label Apr 29, 2025
@ansibot ansibot added the stale_ci This PR has been tested by CI more than one week ago. Close and re-open this PR to get it retested. label May 13, 2025
@ansibot ansibot added the needs_rebase https://docs.ansible.com/ansible/devel/dev_guide/developing_rebasing.html label Mar 27, 2026
@ansibot ansibot added the stale_pr This PR has not been pushed to for more than one year. label May 5, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

feature This issue/PR relates to a feature request. has_issue module This issue/PR relates to a module. needs_rebase https://docs.ansible.com/ansible/devel/dev_guide/developing_rebasing.html stale_ci This PR has been tested by CI more than one week ago. Close and re-open this PR to get it retested. stale_pr This PR has not been pushed to for more than one year.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

yum_repository: add missing option sslverifystatus

4 participants