mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-08-01 12:24:43 +00:00
ipa[server,replica,client]: Update module documentation
The documentation of the module paramaters have been updated. The parameter list has been updated and all parameters are providing a description and the required argument has been updated to reflect current setting in the modules.
This commit is contained in:
@@ -36,29 +36,20 @@ description:
|
||||
Configure ssh and sshd for IPA client
|
||||
options:
|
||||
servers:
|
||||
description: The FQDN of the IPA servers to connect to.
|
||||
required: true
|
||||
type: list
|
||||
ssh:
|
||||
description: Configure OpenSSH client
|
||||
required: false
|
||||
type: bool
|
||||
default: no
|
||||
trust_sshfp:
|
||||
description: Fully qualified name of IPA servers to enroll to
|
||||
required: no
|
||||
no_ssh:
|
||||
description: Do not configure OpenSSH client
|
||||
required: yes
|
||||
ssh_trust_dns:
|
||||
description: Configure OpenSSH client to trust DNS SSHFP records
|
||||
required: false
|
||||
type: bool
|
||||
default: no
|
||||
sshd:
|
||||
description: Configure OpenSSH server
|
||||
required: false
|
||||
type: bool
|
||||
default: no
|
||||
required: yes
|
||||
no_sshd:
|
||||
description: Do not configure OpenSSH server
|
||||
required: yes
|
||||
sssd:
|
||||
description: Configure SSSD server
|
||||
required: false
|
||||
type: bool
|
||||
default: no
|
||||
description: The installer sssd setting
|
||||
required: yes
|
||||
author:
|
||||
- Thomas Woerner
|
||||
'''
|
||||
|
||||
Reference in New Issue
Block a user