✨ feat(ansible): Ajoute une notification Discord lors de la mise à jour du mainframe.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user