test large network with ntfy notification

This commit is contained in:
2025-03-30 20:49:01 +02:00
parent b9d069c59a
commit 4e191db9e4

View File

@@ -163,17 +163,17 @@
# msg: "{{ host_interfaces }}"
# - name: NTFY when docker compose changed
# uri:
# url: "https://alert.jingoh.fr/scaleway"
# method: POST
# user: "{{ username }}"
# password: "{{ password }}"
# headers:
# Title: "SCAN HTTPS "
# ta: "file_folder"
# body: "{{ target_network }}"
# status_code: 200
# tags: test1
# delegate_to: localhost
- name: NTFY when docker compose changed
uri:
url: "https://alert.jingoh.fr/scaleway"
method: POST
user: "{{ username }}"
password: "{{ password }}"
headers:
Title: "SCAN HTTPS "
ta: "file_folder"
body: "{{ target_network }} : {{ target_port }}"
status_code: 200
tags: test1
delegate_to: localhost
# when: fetch_files_backup.changed is true