Skip to content

Instantly share code, notes, and snippets.

@tonyskapunk
Last active June 3, 2019 15:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tonyskapunk/731da1c2be33ebda307153cdcda982f6 to your computer and use it in GitHub Desktop.
Save tonyskapunk/731da1c2be33ebda307153cdcda982f6 to your computer and use it in GitHub Desktop.
Ansible slack
---
- name: Test slack
hosts: all
gather_facts: yes
tasks:
- name: Message to slack
slack:
channel: "{{ slack_channel }}"
token: "{{ slack_token }}"
msg: "App deployment started for commit <https://github.com|1ehe2e38> to production"
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment