mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-03-26 21:33:05 +00:00
Role modules: Docs: Fix default value for string list parameters
Fix default values for string list parameters where default is missing in the DOCUMENTATION section, but is defined in argument_specs.
This commit is contained in:
@@ -51,6 +51,7 @@ options:
|
||||
type: list
|
||||
elements: str
|
||||
required: no
|
||||
default: []
|
||||
domain:
|
||||
description: Primary DNS domain of the IPA deployment
|
||||
type: str
|
||||
@@ -70,6 +71,7 @@ options:
|
||||
type: list
|
||||
elements: str
|
||||
required: no
|
||||
default: []
|
||||
no_host_dns:
|
||||
description: Do not use DNS for hostname lookup during installation
|
||||
type: bool
|
||||
@@ -97,6 +99,7 @@ options:
|
||||
type: list
|
||||
elements: str
|
||||
required: no
|
||||
default: []
|
||||
force_join:
|
||||
description: Force client enrollment even if already enrolled
|
||||
type: bool
|
||||
|
||||
@@ -51,6 +51,7 @@ options:
|
||||
type: list
|
||||
elements: str
|
||||
required: no
|
||||
default: []
|
||||
domain:
|
||||
description: Primary DNS domain of the IPA deployment
|
||||
type: str
|
||||
@@ -70,6 +71,7 @@ options:
|
||||
type: list
|
||||
elements: str
|
||||
required: no
|
||||
default: []
|
||||
no_host_dns:
|
||||
description: Do not use DNS for hostname lookup during installation
|
||||
type: bool
|
||||
@@ -97,6 +99,7 @@ options:
|
||||
type: list
|
||||
elements: str
|
||||
required: no
|
||||
default: []
|
||||
force_join:
|
||||
description: Force client enrollment even if already enrolled
|
||||
type: bool
|
||||
@@ -156,6 +159,7 @@ options:
|
||||
type: list
|
||||
elements: str
|
||||
required: no
|
||||
default: []
|
||||
author:
|
||||
- Thomas Woerner (@t-woerner)
|
||||
'''
|
||||
|
||||
@@ -53,6 +53,7 @@ options:
|
||||
type: list
|
||||
elements: str
|
||||
required: no
|
||||
default: []
|
||||
domain:
|
||||
description: Primary DNS domain of the IPA deployment
|
||||
type: str
|
||||
@@ -77,6 +78,7 @@ options:
|
||||
type: list
|
||||
elements: str
|
||||
required: no
|
||||
default: []
|
||||
no_host_dns:
|
||||
description: Do not use DNS for hostname lookup during installation
|
||||
type: bool
|
||||
@@ -104,6 +106,7 @@ options:
|
||||
type: list
|
||||
elements: str
|
||||
required: no
|
||||
default: []
|
||||
dirsrv_cert_name:
|
||||
description: Name of the Directory Server SSL certificate to install
|
||||
type: str
|
||||
@@ -118,6 +121,7 @@ options:
|
||||
type: list
|
||||
elements: str
|
||||
required: no
|
||||
default: []
|
||||
http_cert_name:
|
||||
description: Name of the Apache Server SSL certificate to install
|
||||
type: str
|
||||
@@ -132,6 +136,7 @@ options:
|
||||
type: list
|
||||
elements: str
|
||||
required: no
|
||||
default: []
|
||||
pkinit_cert_name:
|
||||
description: Name of the Kerberos KDC SSL certificate to install
|
||||
type: str
|
||||
@@ -182,6 +187,7 @@ options:
|
||||
type: list
|
||||
elements: str
|
||||
required: no
|
||||
default: []
|
||||
no_reverse:
|
||||
description: Do not create new reverse DNS zone
|
||||
type: bool
|
||||
@@ -197,6 +203,7 @@ options:
|
||||
type: list
|
||||
elements: str
|
||||
required: no
|
||||
default: []
|
||||
no_forwarders:
|
||||
description: Do not add any DNS forwarders, use root servers instead
|
||||
type: bool
|
||||
|
||||
@@ -127,6 +127,7 @@ options:
|
||||
type: list
|
||||
elements: str
|
||||
required: no
|
||||
default: []
|
||||
author:
|
||||
- Thomas Woerner (@t-woerner)
|
||||
'''
|
||||
|
||||
@@ -61,6 +61,7 @@ options:
|
||||
type: list
|
||||
elements: str
|
||||
required: no
|
||||
default: []
|
||||
forward_policy:
|
||||
description: DNS forwarding policy for global forwarders
|
||||
type: str
|
||||
|
||||
@@ -51,6 +51,7 @@ options:
|
||||
type: list
|
||||
elements: str
|
||||
required: no
|
||||
default: []
|
||||
domain:
|
||||
description: Primary DNS domain of the IPA deployment
|
||||
type: str
|
||||
@@ -70,6 +71,7 @@ options:
|
||||
type: list
|
||||
elements: str
|
||||
required: no
|
||||
default: []
|
||||
no_host_dns:
|
||||
description: Do not use DNS for hostname lookup during installation
|
||||
type: bool
|
||||
@@ -108,6 +110,7 @@ options:
|
||||
type: list
|
||||
elements: str
|
||||
required: no
|
||||
default: []
|
||||
force_join:
|
||||
description: Force client enrollment even if already enrolled
|
||||
type: bool
|
||||
@@ -176,6 +179,7 @@ options:
|
||||
type: list
|
||||
elements: str
|
||||
required: no
|
||||
default: []
|
||||
author:
|
||||
- Thomas Woerner (@t-woerner)
|
||||
'''
|
||||
|
||||
@@ -51,6 +51,7 @@ options:
|
||||
type: list
|
||||
elements: str
|
||||
required: no
|
||||
default: []
|
||||
domain:
|
||||
description: Primary DNS domain of the IPA deployment
|
||||
type: str
|
||||
@@ -70,6 +71,7 @@ options:
|
||||
type: list
|
||||
elements: str
|
||||
required: no
|
||||
default: []
|
||||
no_host_dns:
|
||||
description: Do not use DNS for hostname lookup during installation
|
||||
type: bool
|
||||
@@ -101,6 +103,7 @@ options:
|
||||
type: list
|
||||
elements: str
|
||||
required: no
|
||||
default: []
|
||||
force_join:
|
||||
description: Force client enrollment even if already enrolled
|
||||
type: bool
|
||||
|
||||
@@ -42,6 +42,7 @@ options:
|
||||
type: list
|
||||
elements: str
|
||||
required: no
|
||||
default: []
|
||||
domain:
|
||||
description: Primary DNS domain of the IPA deployment
|
||||
type: str
|
||||
@@ -51,6 +52,7 @@ options:
|
||||
type: list
|
||||
elements: str
|
||||
required: no
|
||||
default: []
|
||||
realm:
|
||||
description: Kerberos realm name of the IPA deployment
|
||||
type: str
|
||||
@@ -66,6 +68,7 @@ options:
|
||||
type: list
|
||||
elements: str
|
||||
required: no
|
||||
default: []
|
||||
hidden_replica:
|
||||
description: Install a hidden replica
|
||||
type: bool
|
||||
@@ -112,18 +115,21 @@ options:
|
||||
type: list
|
||||
elements: str
|
||||
required: no
|
||||
default: []
|
||||
http_cert_files:
|
||||
description:
|
||||
File containing the Apache Server SSL certificate and private key
|
||||
type: list
|
||||
elements: str
|
||||
required: no
|
||||
default: []
|
||||
pkinit_cert_files:
|
||||
description:
|
||||
File containing the Kerberos KDC SSL certificate and private key
|
||||
type: list
|
||||
elements: str
|
||||
required: no
|
||||
default: []
|
||||
no_ntp:
|
||||
description: Do not configure ntp
|
||||
type: bool
|
||||
@@ -134,6 +140,7 @@ options:
|
||||
type: list
|
||||
elements: str
|
||||
required: no
|
||||
default: []
|
||||
ntp_pool:
|
||||
description: ntp server pool to use
|
||||
type: str
|
||||
@@ -153,6 +160,7 @@ options:
|
||||
type: list
|
||||
elements: str
|
||||
required: no
|
||||
default: []
|
||||
no_forwarders:
|
||||
description: Do not add any DNS forwarders, use root servers instead
|
||||
type: bool
|
||||
|
||||
@@ -55,6 +55,7 @@ options:
|
||||
type: list
|
||||
elements: str
|
||||
required: no
|
||||
default: []
|
||||
domain:
|
||||
description: Primary DNS domain of the IPA deployment
|
||||
type: str
|
||||
@@ -74,6 +75,7 @@ options:
|
||||
type: list
|
||||
elements: str
|
||||
required: no
|
||||
default: []
|
||||
no_host_dns:
|
||||
description: Do not use DNS for hostname lookup during installation
|
||||
type: bool
|
||||
@@ -114,6 +116,7 @@ options:
|
||||
type: list
|
||||
elements: str
|
||||
required: no
|
||||
default: []
|
||||
subject_base:
|
||||
description:
|
||||
The certificate subject base (default O=<realm-name>).
|
||||
@@ -134,6 +137,7 @@ options:
|
||||
type: list
|
||||
elements: str
|
||||
required: no
|
||||
default: []
|
||||
no_reverse:
|
||||
description: Do not create new reverse DNS zone
|
||||
type: bool
|
||||
@@ -149,6 +153,7 @@ options:
|
||||
type: list
|
||||
elements: str
|
||||
required: no
|
||||
default: []
|
||||
no_forwarders:
|
||||
description: Do not add any DNS forwarders, use root servers instead
|
||||
type: bool
|
||||
|
||||
@@ -96,6 +96,7 @@ options:
|
||||
type: list
|
||||
elements: str
|
||||
required: no
|
||||
default: []
|
||||
subject_base:
|
||||
description:
|
||||
The certificate subject base (default O=<realm-name>).
|
||||
@@ -113,6 +114,7 @@ options:
|
||||
type: list
|
||||
elements: str
|
||||
required: no
|
||||
default: []
|
||||
domainlevel:
|
||||
description: The domain level
|
||||
type: int
|
||||
|
||||
@@ -54,6 +54,7 @@ options:
|
||||
type: list
|
||||
elements: str
|
||||
required: no
|
||||
default: []
|
||||
domain:
|
||||
description: Primary DNS domain of the IPA deployment
|
||||
type: str
|
||||
@@ -182,6 +183,7 @@ options:
|
||||
type: list
|
||||
elements: str
|
||||
required: no
|
||||
default: []
|
||||
no_reverse:
|
||||
description: Do not create new reverse DNS zone
|
||||
type: bool
|
||||
|
||||
@@ -42,6 +42,7 @@ options:
|
||||
type: list
|
||||
elements: str
|
||||
required: no
|
||||
default: []
|
||||
domain:
|
||||
description: Primary DNS domain of the IPA deployment
|
||||
type: str
|
||||
|
||||
@@ -87,6 +87,7 @@ options:
|
||||
type: list
|
||||
elements: str
|
||||
required: no
|
||||
default: []
|
||||
_dirsrv_pkcs12_info:
|
||||
description: The installer _dirsrv_pkcs12_info setting
|
||||
type: list
|
||||
@@ -99,6 +100,7 @@ options:
|
||||
type: list
|
||||
elements: str
|
||||
required: no
|
||||
default: []
|
||||
subject_base:
|
||||
description:
|
||||
The certificate subject base (default O=<realm-name>).
|
||||
|
||||
@@ -66,17 +66,20 @@ options:
|
||||
type: list
|
||||
elements: str
|
||||
required: no
|
||||
default: []
|
||||
reverse_zones:
|
||||
description: The reverse DNS zones to use
|
||||
type: list
|
||||
elements: str
|
||||
required: no
|
||||
default: []
|
||||
http_cert_files:
|
||||
description:
|
||||
File containing the Apache Server SSL certificate and private key
|
||||
type: list
|
||||
elements: str
|
||||
required: no
|
||||
default: []
|
||||
setup_adtrust:
|
||||
description: Configure AD trust capability
|
||||
type: bool
|
||||
@@ -124,6 +127,7 @@ options:
|
||||
type: list
|
||||
elements: str
|
||||
required: no
|
||||
default: []
|
||||
subject_base:
|
||||
description:
|
||||
The certificate subject base (default O=<realm-name>).
|
||||
@@ -166,6 +170,7 @@ options:
|
||||
type: list
|
||||
elements: str
|
||||
required: no
|
||||
default: []
|
||||
no_reverse:
|
||||
description: Do not create new reverse DNS zone
|
||||
type: bool
|
||||
|
||||
@@ -66,11 +66,13 @@ options:
|
||||
type: list
|
||||
elements: str
|
||||
required: no
|
||||
default: []
|
||||
reverse_zones:
|
||||
description: The reverse DNS zones to use
|
||||
type: list
|
||||
elements: str
|
||||
required: no
|
||||
default: []
|
||||
setup_adtrust:
|
||||
description: Configure AD trust capability
|
||||
type: bool
|
||||
@@ -113,6 +115,7 @@ options:
|
||||
type: list
|
||||
elements: str
|
||||
required: no
|
||||
default: []
|
||||
subject_base:
|
||||
description:
|
||||
The certificate subject base (default O=<realm-name>).
|
||||
|
||||
@@ -73,6 +73,7 @@ options:
|
||||
type: list
|
||||
elements: str
|
||||
required: no
|
||||
default: []
|
||||
no_host_dns:
|
||||
description: Do not use DNS for hostname lookup during installation
|
||||
type: bool
|
||||
@@ -223,6 +224,7 @@ options:
|
||||
type: list
|
||||
elements: str
|
||||
required: no
|
||||
default: []
|
||||
no_reverse:
|
||||
description: Do not create new reverse DNS zone
|
||||
type: bool
|
||||
@@ -242,6 +244,7 @@ options:
|
||||
type: list
|
||||
elements: str
|
||||
required: no
|
||||
default: []
|
||||
no_forwarders:
|
||||
description: Do not add any DNS forwarders, use root servers instead
|
||||
type: bool
|
||||
|
||||
@@ -44,6 +44,7 @@ options:
|
||||
type: list
|
||||
elements: str
|
||||
required: no
|
||||
default: []
|
||||
author:
|
||||
- Thomas Woerner (@t-woerner)
|
||||
'''
|
||||
|
||||
@@ -44,6 +44,7 @@ options:
|
||||
type: list
|
||||
elements: str
|
||||
required: no
|
||||
default: []
|
||||
author:
|
||||
- Thomas Woerner (@t-woerner)
|
||||
'''
|
||||
|
||||
Reference in New Issue
Block a user