-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
ipa_service: Add skip_host_check
option
#4417
ipa_service: Add skip_host_check
option
#4417
Conversation
There was a problem hiding this 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! Can you add a changelog fragment? Thanks.
Co-authored-by: Felix Fontein <felix@fontein.de>
Co-authored-by: Felix Fontein <felix@fontein.de>
Co-authored-by: Felix Fontein <felix@fontein.de>
6697166
to
9f548d6
Compare
Looks good to me. |
Backport to stable-4: 💚 backport PR created✅ Backport PR branch: Backported as #4436 🤖 @patchback |
* ipa_service: Add `skip_host_check` option * Update plugins/modules/identity/ipa/ipa_service.py Co-authored-by: Felix Fontein <felix@fontein.de> * Update plugins/modules/identity/ipa/ipa_service.py Co-authored-by: Felix Fontein <felix@fontein.de> * Update plugins/modules/identity/ipa/ipa_service.py Co-authored-by: Felix Fontein <felix@fontein.de> * changelogs/fragments: Add 4417-ipa_service-add-skip_host_check.yml Co-authored-by: sodd <4178855+sodd@users.noreply.github.com> Co-authored-by: Felix Fontein <felix@fontein.de> (cherry picked from commit 1b357ba)
@sodd thanks for contributing this! |
* ipa_service: Add `skip_host_check` option * Update plugins/modules/identity/ipa/ipa_service.py Co-authored-by: Felix Fontein <felix@fontein.de> * Update plugins/modules/identity/ipa/ipa_service.py Co-authored-by: Felix Fontein <felix@fontein.de> * Update plugins/modules/identity/ipa/ipa_service.py Co-authored-by: Felix Fontein <felix@fontein.de> * changelogs/fragments: Add 4417-ipa_service-add-skip_host_check.yml Co-authored-by: sodd <4178855+sodd@users.noreply.github.com> Co-authored-by: Felix Fontein <felix@fontein.de> (cherry picked from commit 1b357ba) Co-authored-by: sodd <sodd@users.noreply.github.com>
SUMMARY
The ipa_service module missing
skip_host_check
option to force service to be created even when host object does not exist to manage it. This PR adds new boolenskip_host_check
option, which will handle this screnario.Fixes #4416
ISSUE TYPE
COMPONENT NAME
ipa_service
ADDITIONAL INFORMATION
n/a