Skip to content
Snippets Groups Projects
Unverified Commit 7e92fec8 authored by Rafael Guterres Jeffman's avatar Rafael Guterres Jeffman Committed by GitHub
Browse files

Merge pull request #966 from t-woerner/fix_ipamodule_base_docs_for_ansible_test

ipamodule_base_docs: Fix documentation sections
parents 169e772f 1a8df6e9
No related branches found
No related tags found
No related merge requests found
...@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment