diff --git a/plugins/doc_fragments/ipamodule_base_docs.py b/plugins/doc_fragments/ipamodule_base_docs.py index 61e8e4b9746f0ef2318b898e56a7021503ec41b9..97aaffddb51e4d7cf54f95f5616433d1501ea19a 100644 --- a/plugins/doc_fragments/ipamodule_base_docs.py +++ b/plugins/doc_fragments/ipamodule_base_docs.py @@ -30,15 +30,18 @@ options: ipaadmin_principal: description: The admin principal. default: admin + type: str ipaadmin_password: description: The admin password. required: false + type: str ipaapi_context: description: | The context in which the module will execute. Executing in a server context is preferred. If not provided context will be determined by the execution environment. choices: ["server", "client"] + type: str required: false ipaapi_ldap_cache: description: Use LDAP cache for IPA connection.