homelab/scripts/notify.sh.j2
Matthew McKinnon e2ee82b1c0
Some checks failed
Deploy / Prepare Build (push) Failing after 3m2s
feat: update ansible proxmox template
2024-10-26 22:29:42 +10:00

3 lines
147 B
Django/Jinja

#!/bin/bash
curl -H "Content-Type: application/json" -d '{"text": "Cloud-init provisioning has been completed on '"$(hostname)"'!"}' "{{ TEAMS }}"