Normalize more booleans. (#5247)

This commit is contained in:
Felix Fontein 2022-09-06 20:42:17 +02:00 committed by GitHub
commit 015566fb06
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
170 changed files with 465 additions and 465 deletions

View file

@ -18,7 +18,7 @@ DOCUMENTATION = '''
_raw:
description:
- a set of lists
required: True
required: true
'''
EXAMPLES = """

View file

@ -22,11 +22,11 @@ DOCUMENTATION = '''
name:
description:
- Name of the databag
required: True
required: true
item:
description:
- Item to fetch
required: True
required: true
'''
EXAMPLES = """

View file

@ -25,7 +25,7 @@ DOCUMENTATION = '''
recurse:
type: boolean
description: If true, will retrieve all the values that have the given key as prefix.
default: False
default: false
index:
description:
- If the key has a value with the specified index then this is returned allowing access to historical values.
@ -56,7 +56,7 @@ DOCUMENTATION = '''
- Whether to use http or https.
- If you use C(ANSIBLE_CONSUL_URL) this value will be used from there.
validate_certs:
default: True
default: true
description: Whether to verify the ssl connection or not.
env:
- name: ANSIBLE_CONSUL_VALIDATE_CERTS

View file

@ -22,10 +22,10 @@ DOCUMENTATION = '''
default: '/opt/CARKaim/sdk/clipasswordsdk'
appid:
description: Defines the unique ID of the application that is issuing the password request.
required: True
required: true
query:
description: Describes the filter criteria for the password retrieval.
required: True
required: true
output:
description:
- Specifies the desired output fields separated by commas.

View file

@ -17,7 +17,7 @@ DOCUMENTATION = '''
options:
_terms:
description: domain or list of domains to query TXT records from
required: True
required: true
type: list
elements: string
'''

View file

@ -21,7 +21,7 @@ DOCUMENTATION = '''
- the list of keys to lookup on the etcd server
type: list
elements: string
required: True
required: true
url:
description:
- Environment variable with the url for the etcd server
@ -37,7 +37,7 @@ DOCUMENTATION = '''
validate_certs:
description:
- toggle checking that the ssl certificates are valid, you normally only want to turn this off with self-signed certs.
default: True
default: true
type: boolean
'''

View file

@ -24,12 +24,12 @@ DOCUMENTATION = '''
- The list of keys (or key prefixes) to look up on the etcd3 server.
type: list
elements: str
required: True
required: true
prefix:
description:
- Look for key or prefix key.
type: bool
default: False
default: false
endpoints:
description:
- Counterpart of C(ETCDCTL_ENDPOINTS) environment variable.

View file

@ -18,7 +18,7 @@ description:
options:
_terms:
description: path(s) of files to read
required: True
required: true
'''
EXAMPLES = r"""

View file

@ -15,7 +15,7 @@ DOCUMENTATION = '''
options:
_terms:
description: lists to flatten
required: True
required: true
notes:
- unlike 'items' which only flattens 1 level, this plugin will continue to flatten until it cannot find lists anymore.
- aka highlander plugin, there can only be one (list).

View file

@ -21,7 +21,7 @@ DOCUMENTATION = '''
- The list of keys to lookup on the Puppetmaster
type: list
elements: string
required: True
required: true
_bin_file:
description:
- Binary file to execute Hiera

View file

@ -20,24 +20,24 @@ DOCUMENTATION = '''
matched resources will be returned.
type: list
elements: string
required: False
required: false
api_token:
description:
- manifold API token
type: string
required: True
required: true
env:
- name: MANIFOLD_API_TOKEN
project:
description:
- The project label you want to get the resource for.
type: string
required: False
required: false
team:
description:
- The team label you want to get the resource for.
type: string
required: False
required: false
'''
EXAMPLES = '''

View file

@ -22,7 +22,7 @@ DOCUMENTATION = '''
options:
_terms:
description: identifier(s) (UUID, name, or subdomain; case-insensitive) of item(s) to retrieve.
required: True
required: true
field:
description: field to return from each matching item (case-insensitive).
default: 'password'

View file

@ -22,7 +22,7 @@ DOCUMENTATION = '''
options:
_terms:
description: identifier(s) (UUID, name, or domain; case-insensitive) of item(s) to retrieve.
required: True
required: true
master_password:
description: The password used to unlock the specified vault.
aliases: ['vault_password']

View file

@ -20,7 +20,7 @@ DOCUMENTATION = '''
options:
_terms:
description: query key.
required: True
required: true
passwordstore:
description:
- Location of the password store.

View file

@ -17,10 +17,10 @@ DOCUMENTATION = '''
description: sets of key value pairs of parameters
key:
description: key to query
required: True
required: true
file:
description: path to shelve file
required: True
required: true
'''
EXAMPLES = """