sensu.sensu_go.backends filter – Format websocket connection for backends hosts from inventory.
Note
This filter plugin is part of the sensu.sensu_go collection (version 1.14.0).
You might already have this collection installed if you are using the ansible
package.
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 sensu.sensu_go
.
To use it in a playbook, specify: sensu.sensu_go.backends
.
New in sensu.sensu_go 1.13.2
Synopsis
Socket connection format function.
Filter backends hosts from ansible inventory groups.
The return value is a list of websocket connection addresses.
Input
This describes the input of the filter, the value before | sensu.sensu_go.backends
.
Keyword parameters
This describes keyword parameters of the filter. These are the values key1=value1
, key2=value2
and so on in the following
example: input | sensu.sensu_go.backends(key1=value1, key2=value2, ...)
Examples
- name: Filter backends from ansible inventory and format a list of websocket connection addresses
ansible.builtin.debug:
msg: "{{ hostvars | sensu.sensu_go.backends(groups) }}"
Return Value
Key |
Description |
---|---|
List of websocket connection addresses. Returned: success |