feat(ansible): Ajoute une notification Discord lors de la mise à jour du mainframe.

This commit is contained in:
Serreau Jovann
2025-09-27 12:23:03 +02:00
parent 95246e7dfc
commit c958ce1665

View File

@@ -15,6 +15,12 @@
# Exemple: path: /var/www/mainframe/app
tasks:
- name: Send a message to the Discord channel
community.general.discord:
webhook_id: "1421437443688890500"
webhook_token: "DPSuS00Ian6O0lQw-1aDQPkVB19so4AA5zaLN_nALs3fDGah1KSLBWys_CYpsc33PGIG"
content: "Mise à jour du mainframe"
- name: Installer le support ACL pour corriger les permissions de 'become_user'
ansible.builtin.apt:
name: acl