Skip to content

Instantly share code, notes, and snippets.

View stiliajohny's full-sized avatar
🦜
Catching Parrots

John Stilia stiliajohny

🦜
Catching Parrots
View GitHub Profile
@stiliajohny
stiliajohny / ansible_slack_callback_plugin.py
Last active July 27, 2022 23:59
Ansible Slack Plugin
#!/usr/bin/env python3
# -*- coding: iso-8859-15 -*-
from __future__ import (absolute_import, division, print_function)
from ansible.plugins.callback import CallbackBase
__metaclass__ = type
import json
import urllib3
import sys