homelab/scripts/notify.sh.j2

3 lines
147 B
Plaintext
Raw Normal View History

2024-10-26 22:29:42 +10:00
#!/bin/bash
curl -H "Content-Type: application/json" -d '{"text": "Cloud-init provisioning has been completed on '"$(hostname)"'!"}' "{{ TEAMS }}"