Initial repo structure — playbook skeletons, roles, client template inventory

This commit is contained in:
Semaphore
2026-03-10 14:03:29 -07:00
commit 1ae6576dab
22 changed files with 180 additions and 0 deletions

View 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
'''