ansible.builtin.campfire (v2.9.27) — module

Send a message to Campfire

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

Authors: Adam Garside (@fabulops)

preview | supported by community

Install Ansible via pip

Install with pip install ansible==2.9.27

Description

Send a message to Campfire.

Messages with newlines will result in a "Paste" message being sent.

Usage examples

  • Success
    Steampunk Spotter scan finished with no errors, warnings or hints.
- campfire:
    subscription: foo
    token: 12345
    room: 123
    msg: Task completed.
  • Success
    Steampunk Spotter scan finished with no errors, warnings or hints.
- campfire:
    subscription: foo
    token: 12345
    room: 123
    notify: loggins
    msg: Task completed ... with feeling.

Inputs

    
msg:
    description:
    - The message body.
    required: true

room:
    description:
    - Room number to which the message should be sent.
    required: true

token:
    description:
    - API token.
    required: true

notify:
    choices:
    - 56k
    - bell
    - bezos
    - bueller
    - clowntown
    - cottoneyejoe
    - crickets
    - dadgummit
    - dangerzone
    - danielsan
    - deeper
    - drama
    - greatjob
    - greyjoy
    - guarantee
    - heygirl
    - horn
    - horror
    - inconceivable
    - live
    - loggins
    - makeitso
    - noooo
    - nyan
    - ohmy
    - ohyeah
    - pushit
    - rimshot
    - rollout
    - rumble
    - sax
    - secret
    - sexyback
    - story
    - tada
    - tmyk
    - trololo
    - trombone
    - unix
    - vuvuzela
    - what
    - whoomp
    - yeah
    - yodel
    description:
    - Send a notification sound before the message.
    required: false

subscription:
    description:
    - The subscription name to use.
    required: true