Skip to content

Instantly share code, notes, and snippets.

View Geogboe's full-sized avatar

geogboe Geogboe

View GitHub Profile
@Geogboe
Geogboe / my_action_plugin.py
Last active November 4, 2022 01:03 — forked from ju2wheels/my_action_plugin.py
Ansible 2.4 Action Plugin Template
#!/usr/bin/python
# -*- coding: utf-8 -*-
# Standard base includes and define this as a metaclass of type
from __future__ import (absolute_import, division, print_function)
__metaclass__ = type
# Important contants
from ansible import constants as C
# Common error handlers