Skip to content

Instantly share code, notes, and snippets.

@lidorg-dev
lidorg-dev / README.md
Created October 7, 2018 21:21 — forked from FrankSpierings/README.md
Linux Container Escapes and Hardening
@fliphess
fliphess / sentry.py
Last active July 28, 2024 08:06
Ansible sentry callback plugin - Send all errors from ansible to Sentry
from __future__ import (absolute_import, division, print_function)
__metaclass__ = type
import getpass
import logging
import logging.config
import os
import socket
try: