Skip to content

Instantly share code, notes, and snippets.

View nitzmahone's full-sized avatar

Matt Davis nitzmahone

View GitHub Profile
import importlib
import os
import pkgutil
import sys
from pathlib import Path
# note these are the loader attribute prefix names from loader.py, we convert them later to the collection loader plugin type values
PLUGIN_TYPES = ['module', 'become', 'cache', 'callback', 'connection', 'shell', 'inventory']