community.general.jabber (8.5.0) — callback

post task events to a jabber server

Authors: Unknown (!UNKNOWN)

Install collection

Install with ansible-galaxy collection install community.general:==8.5.0


Add to requirements.yml

  collections:
    - name: community.general
      version: 8.5.0

Description

The chatty part of ChatOps with a Hipchat server as a target.

This callback plugin sends status updates to a HipChat channel during playbook execution.


Requirements

Inputs

    
to:
    description: chat identifier that will receive the message
    env:
    - name: JABBER_TO
    required: true

user:
    description: Jabber user to authenticate as
    env:
    - name: JABBER_USER
    required: true

server:
    description: connection info to jabber server
    env:
    - name: JABBER_SERV
    required: true

password:
    description: Password for the user to the jabber server
    env:
    - name: JABBER_PASS
    required: true