mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-07-25 00:44:42 +00:00
library/ipaclient.py: Fix white spaces
This commit is contained in:
@@ -40,7 +40,7 @@ options:
|
|||||||
description: the client state
|
description: the client state
|
||||||
required: false
|
required: false
|
||||||
default: present
|
default: present
|
||||||
choices: [ "present", "absent"]
|
choices: [ "present", "absent" ]
|
||||||
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: false
|
||||||
@@ -58,7 +58,7 @@ options:
|
|||||||
description: The password for the kerberos principal.
|
description: The password for the kerberos principal.
|
||||||
required: false
|
required: false
|
||||||
keytab:
|
keytab:
|
||||||
description: The pathto a backed-up host keytab from previous enrollment.
|
description: The path to a backed-up host keytab from previous enrollment.
|
||||||
required: false
|
required: false
|
||||||
otp:
|
otp:
|
||||||
description: The One-Time-Password used to join the IPA realm.
|
description: The One-Time-Password used to join the IPA realm.
|
||||||
|
|||||||
Reference in New Issue
Block a user