Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
Ansible FreeIPA
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Model registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Mirror
Ansible FreeIPA
Commits
7e92fec8
Unverified
Commit
7e92fec8
authored
2 years ago
by
Rafael Guterres Jeffman
Committed by
GitHub
2 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #966 from t-woerner/fix_ipamodule_base_docs_for_ansible_test
ipamodule_base_docs: Fix documentation sections
parents
169e772f
1a8df6e9
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
plugins/doc_fragments/ipamodule_base_docs.py
+3
-0
3 additions, 0 deletions
plugins/doc_fragments/ipamodule_base_docs.py
with
3 additions
and
0 deletions
plugins/doc_fragments/ipamodule_base_docs.py
+
3
−
0
View file @
7e92fec8
...
@@ -30,15 +30,18 @@ options:
...
@@ -30,15 +30,18 @@ options:
ipaadmin_principal:
ipaadmin_principal:
description: The admin principal.
description: The admin principal.
default: admin
default: admin
type: str
ipaadmin_password:
ipaadmin_password:
description: The admin password.
description: The admin password.
required: false
required: false
type: str
ipaapi_context:
ipaapi_context:
description: |
description: |
The context in which the module will execute. Executing in a
The context in which the module will execute. Executing in a
server context is preferred. If not provided context will be
server context is preferred. If not provided context will be
determined by the execution environment.
determined by the execution environment.
choices: [
"
server
"
,
"
client
"
]
choices: [
"
server
"
,
"
client
"
]
type: str
required: false
required: false
ipaapi_ldap_cache:
ipaapi_ldap_cache:
description: Use LDAP cache for IPA connection.
description: Use LDAP cache for IPA connection.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment