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 }}" # msg: "{{ host_interfaces }}"
# - name: NTFY when docker compose changed - name: NTFY when docker compose changed
# uri: uri:
# url: "https://alert.jingoh.fr/scaleway" url: "https://alert.jingoh.fr/scaleway"
# method: POST method: POST
# user: "{{ username }}" user: "{{ username }}"
# password: "{{ password }}" password: "{{ password }}"
# headers: headers:
# Title: "SCAN HTTPS " Title: "SCAN HTTPS "
# ta: "file_folder" ta: "file_folder"
# body: "{{ target_network }}" body: "{{ target_network }} : {{ target_port }}"
# status_code: 200 status_code: 200
# tags: test1 tags: test1
# delegate_to: localhost delegate_to: localhost
# when: fetch_files_backup.changed is true # when: fetch_files_backup.changed is true