mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-04 19:26:58 +00:00
ipa_*: add common connection notes to modules (#10615)
* 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
|
|
@ -113,6 +113,7 @@ options:
|
|||
version_added: '2.5.0'
|
||||
extends_documentation_fragment:
|
||||
- community.general.ipa.documentation
|
||||
- community.general.ipa.connection_notes
|
||||
- community.general.attributes
|
||||
"""
|
||||
|
||||
|
|
|
|||
|
|
@ -86,6 +86,7 @@ options:
|
|||
type: str
|
||||
extends_documentation_fragment:
|
||||
- community.general.ipa.documentation
|
||||
- community.general.ipa.connection_notes
|
||||
- community.general.attributes
|
||||
"""
|
||||
|
||||
|
|
|
|||
|
|
@ -42,6 +42,7 @@ options:
|
|||
version_added: 4.3.0
|
||||
extends_documentation_fragment:
|
||||
- community.general.ipa.documentation
|
||||
- community.general.ipa.connection_notes
|
||||
- community.general.attributes
|
||||
"""
|
||||
|
||||
|
|
|
|||
|
|
@ -87,6 +87,7 @@ options:
|
|||
type: str
|
||||
extends_documentation_fragment:
|
||||
- community.general.ipa.documentation
|
||||
- community.general.ipa.connection_notes
|
||||
- community.general.attributes
|
||||
"""
|
||||
|
||||
|
|
|
|||
|
|
@ -109,6 +109,7 @@ options:
|
|||
elements: str
|
||||
extends_documentation_fragment:
|
||||
- community.general.ipa.documentation
|
||||
- community.general.ipa.connection_notes
|
||||
- community.general.attributes
|
||||
"""
|
||||
|
||||
|
|
|
|||
|
|
@ -94,6 +94,7 @@ options:
|
|||
type: bool
|
||||
extends_documentation_fragment:
|
||||
- community.general.ipa.documentation
|
||||
- community.general.ipa.connection_notes
|
||||
- community.general.attributes
|
||||
"""
|
||||
|
||||
|
|
|
|||
|
|
@ -63,6 +63,7 @@ options:
|
|||
type: str
|
||||
extends_documentation_fragment:
|
||||
- community.general.ipa.documentation
|
||||
- community.general.ipa.connection_notes
|
||||
- community.general.attributes
|
||||
"""
|
||||
|
||||
|
|
|
|||
|
|
@ -39,6 +39,7 @@ options:
|
|||
type: int
|
||||
extends_documentation_fragment:
|
||||
- community.general.ipa.documentation
|
||||
- community.general.ipa.connection_notes
|
||||
- community.general.attributes
|
||||
"""
|
||||
|
||||
|
|
|
|||
|
|
@ -105,6 +105,7 @@ options:
|
|||
type: int
|
||||
extends_documentation_fragment:
|
||||
- community.general.ipa.documentation
|
||||
- community.general.ipa.connection_notes
|
||||
- community.general.attributes
|
||||
"""
|
||||
|
||||
|
|
|
|||
|
|
@ -87,6 +87,7 @@ options:
|
|||
version_added: 8.2.0
|
||||
extends_documentation_fragment:
|
||||
- community.general.ipa.documentation
|
||||
- community.general.ipa.connection_notes
|
||||
- community.general.attributes
|
||||
"""
|
||||
|
||||
|
|
|
|||
|
|
@ -84,6 +84,7 @@ options:
|
|||
elements: str
|
||||
extends_documentation_fragment:
|
||||
- community.general.ipa.documentation
|
||||
- community.general.ipa.connection_notes
|
||||
- community.general.attributes
|
||||
"""
|
||||
|
||||
|
|
|
|||
|
|
@ -53,6 +53,7 @@ options:
|
|||
type: str
|
||||
extends_documentation_fragment:
|
||||
- community.general.ipa.documentation
|
||||
- community.general.ipa.connection_notes
|
||||
- community.general.attributes
|
||||
"""
|
||||
|
||||
|
|
|
|||
|
|
@ -44,6 +44,7 @@ options:
|
|||
type: str
|
||||
extends_documentation_fragment:
|
||||
- community.general.ipa.documentation
|
||||
- community.general.ipa.connection_notes
|
||||
- community.general.attributes
|
||||
"""
|
||||
|
||||
|
|
|
|||
|
|
@ -36,6 +36,7 @@ options:
|
|||
type: str
|
||||
extends_documentation_fragment:
|
||||
- community.general.ipa.documentation
|
||||
- community.general.ipa.connection_notes
|
||||
- community.general.attributes
|
||||
"""
|
||||
|
||||
|
|
|
|||
|
|
@ -43,6 +43,7 @@ options:
|
|||
elements: str
|
||||
extends_documentation_fragment:
|
||||
- community.general.ipa.documentation
|
||||
- community.general.ipa.connection_notes
|
||||
- community.general.attributes
|
||||
"""
|
||||
|
||||
|
|
|
|||
|
|
@ -136,6 +136,7 @@ options:
|
|||
type: str
|
||||
extends_documentation_fragment:
|
||||
- community.general.ipa.documentation
|
||||
- community.general.ipa.connection_notes
|
||||
- community.general.attributes
|
||||
"""
|
||||
|
||||
|
|
|
|||
|
|
@ -110,6 +110,7 @@ options:
|
|||
version_added: '1.2.0'
|
||||
extends_documentation_fragment:
|
||||
- community.general.ipa.documentation
|
||||
- community.general.ipa.connection_notes
|
||||
- community.general.attributes
|
||||
|
||||
requirements:
|
||||
|
|
|
|||
|
|
@ -79,6 +79,7 @@ options:
|
|||
default: true
|
||||
extends_documentation_fragment:
|
||||
- community.general.ipa.documentation
|
||||
- community.general.ipa.connection_notes
|
||||
- community.general.attributes
|
||||
"""
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue