mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00:00
Add version_added to documentation
This commit is contained in:
@@ -76,11 +76,13 @@ options:
|
|||||||
- the protocol scheme on which the consul agent is running
|
- the protocol scheme on which the consul agent is running
|
||||||
required: false
|
required: false
|
||||||
default: http
|
default: http
|
||||||
|
version_added: "2.1"
|
||||||
verify:
|
verify:
|
||||||
description:
|
description:
|
||||||
- whether to verify the tls certificate of the consul agent
|
- whether to verify the tls certificate of the consul agent
|
||||||
required: false
|
required: false
|
||||||
default: True
|
default: True
|
||||||
|
version_added: "2.1"
|
||||||
notes:
|
notes:
|
||||||
description:
|
description:
|
||||||
- Notes to attach to check when registering it.
|
- Notes to attach to check when registering it.
|
||||||
|
|||||||
@@ -74,11 +74,13 @@ options:
|
|||||||
- the protocol scheme on which the consul agent is running
|
- the protocol scheme on which the consul agent is running
|
||||||
required: false
|
required: false
|
||||||
default: http
|
default: http
|
||||||
|
version_added: "2.1"
|
||||||
verify:
|
verify:
|
||||||
description:
|
description:
|
||||||
- whether to verify the tls certificate of the consul agent
|
- whether to verify the tls certificate of the consul agent
|
||||||
required: false
|
required: false
|
||||||
default: True
|
default: True
|
||||||
|
version_added: "2.1"
|
||||||
"""
|
"""
|
||||||
|
|
||||||
EXAMPLES = '''
|
EXAMPLES = '''
|
||||||
|
|||||||
@@ -104,11 +104,13 @@ options:
|
|||||||
- the protocol scheme on which the consul agent is running
|
- the protocol scheme on which the consul agent is running
|
||||||
required: false
|
required: false
|
||||||
default: http
|
default: http
|
||||||
|
version_added: "2.1"
|
||||||
verify:
|
verify:
|
||||||
description:
|
description:
|
||||||
- whether to verify the tls certificate of the consul agent
|
- whether to verify the tls certificate of the consul agent
|
||||||
required: false
|
required: false
|
||||||
default: True
|
default: True
|
||||||
|
version_added: "2.1"
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -93,11 +93,13 @@ options:
|
|||||||
- the protocol scheme on which the consul agent is running
|
- the protocol scheme on which the consul agent is running
|
||||||
required: false
|
required: false
|
||||||
default: http
|
default: http
|
||||||
|
version_added: "2.1"
|
||||||
verify:
|
verify:
|
||||||
description:
|
description:
|
||||||
- whether to verify the tls certificate of the consul agent
|
- whether to verify the tls certificate of the consul agent
|
||||||
required: false
|
required: false
|
||||||
default: True
|
default: True
|
||||||
|
version_added: "2.1"
|
||||||
"""
|
"""
|
||||||
|
|
||||||
EXAMPLES = '''
|
EXAMPLES = '''
|
||||||
|
|||||||
Reference in New Issue
Block a user