mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-18 16:31:26 -07:00
[PR #6679/b271dba4 backport][stable-7] Use semantic markup (modules m-n) (#6704)
Use semantic markup (modules m-n) (#6679)
* Use semantic markup.
* Use option instead of alias.
* Simplify.
* Fix/improve nagios docs.
(cherry picked from commit b271dba4bf
)
Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
be0d207f90
commit
f583dbd2d3
24 changed files with 263 additions and 259 deletions
|
@ -32,14 +32,14 @@ options:
|
|||
app_name:
|
||||
type: str
|
||||
description:
|
||||
- The value of app_name in the newrelic.yml file used by the application.
|
||||
- One of I(app_name) or I(application_id) is required.
|
||||
- The value of C(app_name) in the C(newrelic.yml) file used by the application.
|
||||
- One of O(app_name) or O(application_id) is required.
|
||||
required: false
|
||||
application_id:
|
||||
type: str
|
||||
description:
|
||||
- The application ID found in the metadata of the application in APM.
|
||||
- One of I(app_name) or I(application_id) is required.
|
||||
- One of O(app_name) or O(application_id) is required.
|
||||
required: false
|
||||
changelog:
|
||||
type: str
|
||||
|
@ -63,7 +63,7 @@ options:
|
|||
required: false
|
||||
validate_certs:
|
||||
description:
|
||||
- If C(false), SSL certificates will not be validated. This should only be used
|
||||
- If V(false), SSL certificates will not be validated. This should only be used
|
||||
on personally controlled sites using self-signed certificates.
|
||||
required: false
|
||||
default: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue