Files
ansible-msp-automations/callback_plugins/n8n_reporter.py

10 lines
264 B
Python

# n8n_reporter.py
# Ansible callback plugin
# Posts structured patch run results to n8n webhook
# Full implementation to follow
DOCUMENTATION = '''
callback: n8n_reporter
type: notification
short_description: Posts patch run results to n8n webhook
'''