1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-02-04 07:51:50 +00:00

ipa_*: adjust common connection notes to modules (#10668)

This commit is contained in:
Alexei Znamensky 2025-08-15 23:48:44 +12:00 committed by GitHub
parent 3c0d60740c
commit d84d2397b9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -80,5 +80,6 @@ options: {}
notes:
- This module uses JSON-RPC over HTTP(S) to communicate with the FreeIPA server.
If you need to enroll the managed node into FreeIPA realm, you might want to consider using the collection
L(freeipa.ansible_freeipa, https://galaxy.ansible.com/ui/repo/published/freeipa/ansible_freeipa/), but that will require shell access to the managed node.
L(freeipa.ansible_freeipa, https://galaxy.ansible.com/ui/repo/published/freeipa/ansible_freeipa/), but shell access to one
node from the realm is required to manage the deployment.
"""