mirror of
https://github.com/FAUSheppy/no-secrets-athq-ansible
synced 2025-12-07 18:21:36 +01:00
fix: template signal phone number
This commit is contained in:
@@ -9,6 +9,8 @@ RSYSLOG_SERVER: internal.monitoring.atlantishq.de
|
|||||||
influxdb_telegraf_password: HISTORY_PURGED_SECRET
|
influxdb_telegraf_password: HISTORY_PURGED_SECRET
|
||||||
code_server_password: HISTORY_PURGED_SECRET
|
code_server_password: HISTORY_PURGED_SECRET
|
||||||
|
|
||||||
|
signal_sender_number: +HISTORY_PURGED_SECRET
|
||||||
|
|
||||||
atlantis_array_action_pw: jeanswochenendegeschichte
|
atlantis_array_action_pw: jeanswochenendegeschichte
|
||||||
|
|
||||||
money_balancer_jwt_secret: HISTORY_PURGED_SECRET
|
money_balancer_jwt_secret: HISTORY_PURGED_SECRET
|
||||||
|
|||||||
@@ -12,4 +12,4 @@
|
|||||||
hour: "*"
|
hour: "*"
|
||||||
minute: "25"
|
minute: "25"
|
||||||
name: Poll from signal
|
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"
|
job: "/home/sheppy/signal-cli/bin/signal-cli --output=json -u {{ signal_sender_number }} receive --send-read-receipt >> /home/sheppy/signal.log"
|
||||||
|
|||||||
Reference in New Issue
Block a user