Skip to content

Instantly share code, notes, and snippets.

View bmillemathias-1a's full-sized avatar

Baptiste Mille-Mathias bmillemathias-1a

View GitHub Profile
@ageis
ageis / icmp_ping.py
Created May 21, 2019 17:56
Ansible ICMP ping module
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# (c) 2019, Ansible by Red Hat, inc
# (c) 2019 Kevin Gallagher (@ageis) <[email protected]>
# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
from __future__ import absolute_import, division, print_function
ANSIBLE_METADATA = {"metadata_version": "1.1", "status": ["preview"], "supported_by": "community"}