12 lines
254 B
YAML
12 lines
254 B
YAML
|
---
|
||
|
- name: Send a tellme notification
|
||
|
uri:
|
||
|
url: "{{ tellme_url }}/webhook/{{ tellme_webhook }}"
|
||
|
method: POST
|
||
|
body:
|
||
|
message: "EPS Ansible run completed"
|
||
|
body_format: json
|
||
|
delegate_to: mon01
|
||
|
run_once: true
|
||
|
ignore_errors: yes
|