mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-20 03:40:22 -07:00
Use semantic markup (modules m-n) (#6679)
* Use semantic markup. * Use option instead of alias. * Simplify. * Fix/improve nagios docs.
This commit is contained in:
parent
c694abbdf9
commit
b271dba4bf
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