Rearrange playbooks. Add EDA

This commit is contained in:
2023-12-20 17:50:56 -05:00
parent 39f379ae1e
commit d3e99ef12b
6 changed files with 14 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
---
- name: Listen for Gitea Webhooks
hosts: all
sources:
- name: Ansible webhook listener
ansible.eda.webhook:
port: 5000
host: 0.0.0.0
rules:
- name: Show payload
condition: 1 == 1
action:
debug: