Added vars for auspex

This commit is contained in:
Magnus Root 2026-03-24 12:52:27 +03:00
parent 44d367445c
commit 9eecd406ca
2 changed files with 21 additions and 1 deletions

View file

@ -86,6 +86,20 @@ need_soft:
- mtr
- traceroute
- angie-module-njs
- 7zip
- jq
- poppler-utils
- fd-find
- ripgrep
- fzf
- zoxide
- logrotate
- cron
smtp_host:
smtp_port:
smtp_user:
smtp_pass:
alert_mail_deliver_to:
user_list:
- username:
home_dir:

View file

@ -19,4 +19,10 @@ LOG_STALE_MINUTES=61
CHECK_TIMEOUT_SEC=10
MAX_RETRIES=3
RETRY_DELAY_SEC=2
MAX_WORKERS=10
MAX_WORKERS=10
EMAIL_SMTP_HOST={{ smtp_host }}
EMAIL_SMTP_PORT={{ smtp_port }}
EMAIL_SMTP_USER={{ smtp_user }}
EMAIL_SMTP_PASSWORD={{ smtp_pass }}
EMAIL_FROM={{ smtp_user }}
EMAIL_TO={{ alert_mail_deliver_to }}