Initial repo structure — playbook skeletons, roles, client template inventory
This commit is contained in:
9
callback_plugins/n8n_reporter.py
Normal file
9
callback_plugins/n8n_reporter.py
Normal file
@@ -0,0 +1,9 @@
|
||||
# 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
|
||||
'''
|
||||
Reference in New Issue
Block a user