ansible.builtin.jabber (v2.9.27) — callback

post task events to a jabber server

| "added in version" 2.2 of ansible.builtin"

Authors: unknown

Install Ansible via pip

Install with pip install ansible==2.9.27

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 recieve 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