community.general.logentries_msg module – Send a message to logentries
Note
This module is part of the community.general collection (version 9.4.0).
It is not included in ansible-core
.
To check whether it is installed, run ansible-galaxy collection list
.
To install it, use: ansible-galaxy collection install community.general
.
To use it in a playbook, specify: community.general.logentries_msg
.
Synopsis
Send a message to logentries
Parameters
Parameter |
Comments |
---|---|
API endpoint Default: |
|
The message body. |
|
API endpoint port Default: |
|
Log token. |
Attributes
Attribute |
Support |
Description |
---|---|---|
Support: full |
Can run in |
|
Support: none |
Will return details on what has changed (or possibly needs changing in |
Examples
- name: Send a message to logentries
community.general.logentries_msg:
token=00000000-0000-0000-0000-000000000000
msg="{{ ansible_hostname }}"