15 lines
255 B
YAML
15 lines
255 B
YAML
---
|
|
- 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:
|