|
|
|
@ -17,26 +17,26 @@ DOCUMENTATION = """
|
|
|
|
|
_terms:
|
|
|
|
|
description: they key(s) too look up
|
|
|
|
|
required: True
|
|
|
|
|
type:
|
|
|
|
|
description: ini Type of the file. 'properties' refers to the Java properties files.
|
|
|
|
|
default: 'ini'
|
|
|
|
|
choices: ['ini', 'properties']
|
|
|
|
|
file:
|
|
|
|
|
description: Name of the file to load
|
|
|
|
|
default: ansible.ini
|
|
|
|
|
section:
|
|
|
|
|
default: global
|
|
|
|
|
description: section where to lookup for key.
|
|
|
|
|
re:
|
|
|
|
|
default: False
|
|
|
|
|
type: boolean
|
|
|
|
|
description: Flag to indicate if the key supplied is a regexp.
|
|
|
|
|
encoding:
|
|
|
|
|
default: utf-8
|
|
|
|
|
description: Text encoding to use.
|
|
|
|
|
default:
|
|
|
|
|
description: return value if the key is not in the ini file
|
|
|
|
|
default: ''
|
|
|
|
|
type:
|
|
|
|
|
description: ini Type of the file. 'properties' refers to the Java properties files.
|
|
|
|
|
default: 'ini'
|
|
|
|
|
choices: ['ini', 'properties']
|
|
|
|
|
file:
|
|
|
|
|
description: Name of the file to load
|
|
|
|
|
default: ansible.ini
|
|
|
|
|
section:
|
|
|
|
|
default: global
|
|
|
|
|
description: section where to lookup for key.
|
|
|
|
|
re:
|
|
|
|
|
default: False
|
|
|
|
|
type: boolean
|
|
|
|
|
description: Flag to indicate if the key supplied is a regexp.
|
|
|
|
|
encoding:
|
|
|
|
|
default: utf-8
|
|
|
|
|
description: Text encoding to use.
|
|
|
|
|
default:
|
|
|
|
|
description: return value if the key is not in the ini file
|
|
|
|
|
default: ''
|
|
|
|
|
"""
|
|
|
|
|
|
|
|
|
|
EXAMPLES = """
|
|
|
|
|