mirror of
https://github.com/FAUSheppy/no-secrets-athq-ansible
synced 2025-12-06 19:41:38 +01:00
add: signal polling cron job
This commit is contained in:
@@ -5,3 +5,11 @@
|
|||||||
minute: "*"
|
minute: "*"
|
||||||
name: Poll Notifications from Dispatch (signal)
|
name: Poll Notifications from Dispatch (signal)
|
||||||
job: "/home/sheppy/signal-http-gateway/signal-query-dispatch.py --target {{ event_dispatcher_address }} --user {{ event_dispatcher_user }} --password {{ event_dispatcher_pass }} --signal-cli-bin /home/sheppy/signal-cli/bin/signal-cli"
|
job: "/home/sheppy/signal-http-gateway/signal-query-dispatch.py --target {{ event_dispatcher_address }} --user {{ event_dispatcher_user }} --password {{ event_dispatcher_pass }} --signal-cli-bin /home/sheppy/signal-cli/bin/signal-cli"
|
||||||
|
|
||||||
|
- name: poll signal to keep account active
|
||||||
|
cron:
|
||||||
|
user: sheppy
|
||||||
|
hour: "*"
|
||||||
|
minute: "25"
|
||||||
|
name: Poll from signal
|
||||||
|
job: "/home/sheppy/signal-cli/bin/signal-cli --output=json -u +HISTORY_PURGED_SECRET receive --send-read-receipt >> /home/sheppy/signal.log"
|
||||||
|
|||||||
Reference in New Issue
Block a user