mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-05-16 06:22:12 +00:00
library/ipajoin.py: Fix required tags for servers and domain in docs
This commit is contained in:
@@ -37,10 +37,10 @@ description:
|
|||||||
options:
|
options:
|
||||||
servers:
|
servers:
|
||||||
description: The FQDN of the IPA servers to connect to.
|
description: The FQDN of the IPA servers to connect to.
|
||||||
required: false
|
required: true
|
||||||
domain:
|
domain:
|
||||||
description: The primary DNS domain of an existing IPA deployment.
|
description: The primary DNS domain of an existing IPA deployment.
|
||||||
required: false
|
required: true
|
||||||
realm:
|
realm:
|
||||||
description: The Kerberos realm of an existing IPA deployment.
|
description: The Kerberos realm of an existing IPA deployment.
|
||||||
required: true
|
required: true
|
||||||
|
|||||||
Reference in New Issue
Block a user