Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ssh_config module option for identities_only #7704

Merged

Conversation

mjfinney
Copy link
Contributor

@mjfinney mjfinney commented Dec 8, 2023

SUMMARY

New feature to set IdentitiesOnly option via ssh_config module.

Fixes #4801

ISSUE TYPE
  • Feature Pull Request
COMPONENT NAME

ssh_config

ADDITIONAL INFORMATION

The change allows to set IdentitiesOnly option to either yes or no.

@ansibullbot
Copy link
Collaborator

@ansibullbot ansibullbot added feature This issue/PR relates to a feature request integration tests/integration module module new_contributor Help guide this first time contributor plugins plugin (any type) tests tests labels Dec 8, 2023
@ansibullbot

This comment was marked as outdated.

@ansibullbot ansibullbot added ci_verified Push fixes to PR branch to re-run CI needs_revision This PR fails CI tests or a maintainer has requested a review/revision of the PR labels Dec 8, 2023
@ansibullbot ansibullbot removed ci_verified Push fixes to PR branch to re-run CI needs_revision This PR fails CI tests or a maintainer has requested a review/revision of the PR labels Dec 8, 2023
@felixfontein felixfontein added check-before-release PR will be looked at again shortly before release and merged if possible. backport-8 Automatically create a backport for the stable-8 branch labels Dec 8, 2023
Copy link
Collaborator

@felixfontein felixfontein left a comment

Choose a reason for hiding this comment

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

Thanks for your contribution!

Documentation change suggestions from felixfontein

Co-authored-by: Felix Fontein <[email protected]>
@felixfontein
Copy link
Collaborator

If nobody objects, I'll merge this in a few days.

@felixfontein felixfontein removed the check-before-release PR will be looked at again shortly before release and merged if possible. label Dec 17, 2023
@felixfontein felixfontein merged commit 6c1eb77 into ansible-collections:main Dec 17, 2023
Copy link

patchback bot commented Dec 17, 2023

Backport to stable-8: 💚 backport PR created

✅ Backport PR branch: patchback/backports/stable-8/6c1eb77f18594494177a4845102ca97e597d70a4/pr-7704

Backported as #7736

🤖 @patchback
I'm built with octomachinery and
my source is open — https://github.com/sanitizers/patchback-github-app.

patchback bot pushed a commit that referenced this pull request Dec 17, 2023
* Add ssh_config module option for identities_only

* Add changelog fragment for 7704

* remove trailing whitespace

* Apply suggestions from code review

Documentation change suggestions from felixfontein

Co-authored-by: Felix Fontein <[email protected]>

---------

Co-authored-by: Michael Finney <[email protected]>
Co-authored-by: Felix Fontein <[email protected]>
(cherry picked from commit 6c1eb77)
@felixfontein
Copy link
Collaborator

@mjfinney thanks again!

felixfontein pushed a commit that referenced this pull request Dec 17, 2023
…or identities_only (#7736)

Add ssh_config module option for identities_only (#7704)

* Add ssh_config module option for identities_only

* Add changelog fragment for 7704

* remove trailing whitespace

* Apply suggestions from code review

Documentation change suggestions from felixfontein

Co-authored-by: Felix Fontein <[email protected]>

---------

Co-authored-by: Michael Finney <[email protected]>
Co-authored-by: Felix Fontein <[email protected]>
(cherry picked from commit 6c1eb77)

Co-authored-by: mjfinney <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport-8 Automatically create a backport for the stable-8 branch feature This issue/PR relates to a feature request integration tests/integration module module new_contributor Help guide this first time contributor plugins plugin (any type) tests tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

IdentitiesOnly for ssh_config
3 participants