mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-14 01:54:21 -07:00
ipa_*: add common connection notes to modules (#10615)
Some checks are pending
EOL CI / EOL Sanity (Ⓐ2.16) (push) Waiting to run
EOL CI / EOL Units (Ⓐ2.16+py2.7) (push) Waiting to run
EOL CI / EOL Units (Ⓐ2.16+py3.11) (push) Waiting to run
EOL CI / EOL Units (Ⓐ2.16+py3.6) (push) Waiting to run
EOL CI / EOL I (Ⓐ2.16+alpine3+py:azp/posix/1/) (push) Waiting to run
EOL CI / EOL I (Ⓐ2.16+alpine3+py:azp/posix/2/) (push) Waiting to run
EOL CI / EOL I (Ⓐ2.16+alpine3+py:azp/posix/3/) (push) Waiting to run
EOL CI / EOL I (Ⓐ2.16+fedora38+py:azp/posix/1/) (push) Waiting to run
EOL CI / EOL I (Ⓐ2.16+fedora38+py:azp/posix/2/) (push) Waiting to run
EOL CI / EOL I (Ⓐ2.16+fedora38+py:azp/posix/3/) (push) Waiting to run
EOL CI / EOL I (Ⓐ2.16+opensuse15+py:azp/posix/1/) (push) Waiting to run
EOL CI / EOL I (Ⓐ2.16+opensuse15+py:azp/posix/2/) (push) Waiting to run
EOL CI / EOL I (Ⓐ2.16+opensuse15+py:azp/posix/3/) (push) Waiting to run
nox / Run extra sanity tests (push) Waiting to run
Some checks are pending
EOL CI / EOL Sanity (Ⓐ2.16) (push) Waiting to run
EOL CI / EOL Units (Ⓐ2.16+py2.7) (push) Waiting to run
EOL CI / EOL Units (Ⓐ2.16+py3.11) (push) Waiting to run
EOL CI / EOL Units (Ⓐ2.16+py3.6) (push) Waiting to run
EOL CI / EOL I (Ⓐ2.16+alpine3+py:azp/posix/1/) (push) Waiting to run
EOL CI / EOL I (Ⓐ2.16+alpine3+py:azp/posix/2/) (push) Waiting to run
EOL CI / EOL I (Ⓐ2.16+alpine3+py:azp/posix/3/) (push) Waiting to run
EOL CI / EOL I (Ⓐ2.16+fedora38+py:azp/posix/1/) (push) Waiting to run
EOL CI / EOL I (Ⓐ2.16+fedora38+py:azp/posix/2/) (push) Waiting to run
EOL CI / EOL I (Ⓐ2.16+fedora38+py:azp/posix/3/) (push) Waiting to run
EOL CI / EOL I (Ⓐ2.16+opensuse15+py:azp/posix/1/) (push) Waiting to run
EOL CI / EOL I (Ⓐ2.16+opensuse15+py:azp/posix/2/) (push) Waiting to run
EOL CI / EOL I (Ⓐ2.16+opensuse15+py:azp/posix/3/) (push) Waiting to run
nox / Run extra sanity tests (push) Waiting to run
* ipa_*: add common connection notes to modules * Update plugins/doc_fragments/ipa.py Co-authored-by: Felix Fontein <felix@fontein.de> * Update plugins/doc_fragments/ipa.py Co-authored-by: Felix Fontein <felix@fontein.de> --------- Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
92ca379319
commit
993e3a736e
19 changed files with 26 additions and 0 deletions
|
@ -74,3 +74,11 @@ options:
|
||||||
type: int
|
type: int
|
||||||
default: 10
|
default: 10
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
CONNECTION_NOTES = r"""
|
||||||
|
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.
|
||||||
|
"""
|
||||||
|
|
|
@ -113,6 +113,7 @@ options:
|
||||||
version_added: '2.5.0'
|
version_added: '2.5.0'
|
||||||
extends_documentation_fragment:
|
extends_documentation_fragment:
|
||||||
- community.general.ipa.documentation
|
- community.general.ipa.documentation
|
||||||
|
- community.general.ipa.connection_notes
|
||||||
- community.general.attributes
|
- community.general.attributes
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
|
|
@ -86,6 +86,7 @@ options:
|
||||||
type: str
|
type: str
|
||||||
extends_documentation_fragment:
|
extends_documentation_fragment:
|
||||||
- community.general.ipa.documentation
|
- community.general.ipa.documentation
|
||||||
|
- community.general.ipa.connection_notes
|
||||||
- community.general.attributes
|
- community.general.attributes
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
|
|
@ -42,6 +42,7 @@ options:
|
||||||
version_added: 4.3.0
|
version_added: 4.3.0
|
||||||
extends_documentation_fragment:
|
extends_documentation_fragment:
|
||||||
- community.general.ipa.documentation
|
- community.general.ipa.documentation
|
||||||
|
- community.general.ipa.connection_notes
|
||||||
- community.general.attributes
|
- community.general.attributes
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
|
|
@ -87,6 +87,7 @@ options:
|
||||||
type: str
|
type: str
|
||||||
extends_documentation_fragment:
|
extends_documentation_fragment:
|
||||||
- community.general.ipa.documentation
|
- community.general.ipa.documentation
|
||||||
|
- community.general.ipa.connection_notes
|
||||||
- community.general.attributes
|
- community.general.attributes
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
|
|
@ -109,6 +109,7 @@ options:
|
||||||
elements: str
|
elements: str
|
||||||
extends_documentation_fragment:
|
extends_documentation_fragment:
|
||||||
- community.general.ipa.documentation
|
- community.general.ipa.documentation
|
||||||
|
- community.general.ipa.connection_notes
|
||||||
- community.general.attributes
|
- community.general.attributes
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
|
|
@ -94,6 +94,7 @@ options:
|
||||||
type: bool
|
type: bool
|
||||||
extends_documentation_fragment:
|
extends_documentation_fragment:
|
||||||
- community.general.ipa.documentation
|
- community.general.ipa.documentation
|
||||||
|
- community.general.ipa.connection_notes
|
||||||
- community.general.attributes
|
- community.general.attributes
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
|
|
@ -63,6 +63,7 @@ options:
|
||||||
type: str
|
type: str
|
||||||
extends_documentation_fragment:
|
extends_documentation_fragment:
|
||||||
- community.general.ipa.documentation
|
- community.general.ipa.documentation
|
||||||
|
- community.general.ipa.connection_notes
|
||||||
- community.general.attributes
|
- community.general.attributes
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
|
|
@ -39,6 +39,7 @@ options:
|
||||||
type: int
|
type: int
|
||||||
extends_documentation_fragment:
|
extends_documentation_fragment:
|
||||||
- community.general.ipa.documentation
|
- community.general.ipa.documentation
|
||||||
|
- community.general.ipa.connection_notes
|
||||||
- community.general.attributes
|
- community.general.attributes
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
|
|
@ -105,6 +105,7 @@ options:
|
||||||
type: int
|
type: int
|
||||||
extends_documentation_fragment:
|
extends_documentation_fragment:
|
||||||
- community.general.ipa.documentation
|
- community.general.ipa.documentation
|
||||||
|
- community.general.ipa.connection_notes
|
||||||
- community.general.attributes
|
- community.general.attributes
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
|
|
@ -87,6 +87,7 @@ options:
|
||||||
version_added: 8.2.0
|
version_added: 8.2.0
|
||||||
extends_documentation_fragment:
|
extends_documentation_fragment:
|
||||||
- community.general.ipa.documentation
|
- community.general.ipa.documentation
|
||||||
|
- community.general.ipa.connection_notes
|
||||||
- community.general.attributes
|
- community.general.attributes
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
|
|
@ -84,6 +84,7 @@ options:
|
||||||
elements: str
|
elements: str
|
||||||
extends_documentation_fragment:
|
extends_documentation_fragment:
|
||||||
- community.general.ipa.documentation
|
- community.general.ipa.documentation
|
||||||
|
- community.general.ipa.connection_notes
|
||||||
- community.general.attributes
|
- community.general.attributes
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
|
|
@ -53,6 +53,7 @@ options:
|
||||||
type: str
|
type: str
|
||||||
extends_documentation_fragment:
|
extends_documentation_fragment:
|
||||||
- community.general.ipa.documentation
|
- community.general.ipa.documentation
|
||||||
|
- community.general.ipa.connection_notes
|
||||||
- community.general.attributes
|
- community.general.attributes
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
|
|
@ -44,6 +44,7 @@ options:
|
||||||
type: str
|
type: str
|
||||||
extends_documentation_fragment:
|
extends_documentation_fragment:
|
||||||
- community.general.ipa.documentation
|
- community.general.ipa.documentation
|
||||||
|
- community.general.ipa.connection_notes
|
||||||
- community.general.attributes
|
- community.general.attributes
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
|
|
@ -36,6 +36,7 @@ options:
|
||||||
type: str
|
type: str
|
||||||
extends_documentation_fragment:
|
extends_documentation_fragment:
|
||||||
- community.general.ipa.documentation
|
- community.general.ipa.documentation
|
||||||
|
- community.general.ipa.connection_notes
|
||||||
- community.general.attributes
|
- community.general.attributes
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
|
|
@ -43,6 +43,7 @@ options:
|
||||||
elements: str
|
elements: str
|
||||||
extends_documentation_fragment:
|
extends_documentation_fragment:
|
||||||
- community.general.ipa.documentation
|
- community.general.ipa.documentation
|
||||||
|
- community.general.ipa.connection_notes
|
||||||
- community.general.attributes
|
- community.general.attributes
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
|
|
@ -136,6 +136,7 @@ options:
|
||||||
type: str
|
type: str
|
||||||
extends_documentation_fragment:
|
extends_documentation_fragment:
|
||||||
- community.general.ipa.documentation
|
- community.general.ipa.documentation
|
||||||
|
- community.general.ipa.connection_notes
|
||||||
- community.general.attributes
|
- community.general.attributes
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
|
|
@ -110,6 +110,7 @@ options:
|
||||||
version_added: '1.2.0'
|
version_added: '1.2.0'
|
||||||
extends_documentation_fragment:
|
extends_documentation_fragment:
|
||||||
- community.general.ipa.documentation
|
- community.general.ipa.documentation
|
||||||
|
- community.general.ipa.connection_notes
|
||||||
- community.general.attributes
|
- community.general.attributes
|
||||||
|
|
||||||
requirements:
|
requirements:
|
||||||
|
|
|
@ -79,6 +79,7 @@ options:
|
||||||
default: true
|
default: true
|
||||||
extends_documentation_fragment:
|
extends_documentation_fragment:
|
||||||
- community.general.ipa.documentation
|
- community.general.ipa.documentation
|
||||||
|
- community.general.ipa.connection_notes
|
||||||
- community.general.attributes
|
- community.general.attributes
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue