30 lines
1.2 KiB
YAML
30 lines
1.2 KiB
YAML
|
---
|
||
|
- name: testing cron and discord hooks
|
||
|
hosts: localhost
|
||
|
vars:
|
||
|
discord_webhook: !vault |
|
||
|
$ANSIBLE_VAULT;1.1;AES256
|
||
|
33636534323837333466613165383738343332636530643864623464353461666164376231393839
|
||
|
6431363038633835383330303230363034363562626439300a376563373061636562353339346165
|
||
|
36303364616564306361663731373062653432613732616538323361626431343965663536383332
|
||
|
6337326631366239330a373232663265306530303166393634643430373438656236366262353962
|
||
|
35323739336561313434333066393731326639636239373935383663386230373662376564663630
|
||
|
36373239386335643061306564343838306663306362326631393765623335316438363762393931
|
||
|
63383965363634626662663238383965643036303438326230623635366363643661393039316430
|
||
|
62356465356433643639326265646237653231376466346664633862353563376266303238663766
|
||
|
32613665626238363338343131623666306431313961653937333436343136633232346332393566
|
||
|
3537666436643536373361393932353430636337386162623735
|
||
|
|
||
|
discord_message: "
|
||
|
Server: 76\n
|
||
|
Top of the hour cron job test.\n
|
||
|
"
|
||
|
discord_name: "Ansible Cron"
|
||
|
discord_title: "Cron Monitor"
|
||
|
discord_color: "12255487"
|
||
|
discord_type: "fancy"
|
||
|
|
||
|
roles:
|
||
|
- luther38.discord_webhook
|
||
|
#- ansible_discord_webhook
|