Skip to content

Instantly share code, notes, and snippets.

View jhernand's full-sized avatar

Juan Hernández jhernand

View GitHub Profile
@jhernand
jhernand / DOCUMENTATION.md
Last active December 23, 2015 08:46
Description of the process to contribute API documentation
@jhernand
jhernand / healer.py
Last active November 23, 2022 05:49
Simple integration between Prometheus alert manager and Ansible Tower
#!/usr/bin/python3
import http.client
import http.server
import json
import ssl
import urllib.parse
# AWX connection and job template details:
AWX_HOST = 'tower.private'