88 lines
3.9 KiB
YAML
88 lines
3.9 KiB
YAML
aw_server_version: "v0.13.2"
|
|
aw_server_download_url: "https://github.com/ActivityWatch/activitywatch/releases/download/v0.13.2/activitywatch-v0.13.2-linux-x86_64.zip"
|
|
aw_server_bind_host: "0.0.0.0"
|
|
aw_server_port: 5600
|
|
aw_server_webui_dir: "/opt/activitywatch/webui-ru"
|
|
aw_server_data_dir: "/var/lib/activitywatch"
|
|
aw_server_log_dir: "/var/log/activitywatch"
|
|
aw_server_db_path: "/var/lib/activitywatch/aw-server-rust/sqlite.db"
|
|
aw_server_user: "activitywatch"
|
|
aw_server_group: "activitywatch"
|
|
aw_server_inventory_host: "{{ (groups['aw_server'] | default([]) | first) | default('aw-server', true) }}"
|
|
aw_server_public_host: "{{ (hostvars[aw_server_inventory_host].ansible_host | default(aw_server_inventory_host, true)) if (aw_server_inventory_host | length) > 0 else 'aw-server' }}"
|
|
aw_worktime_report_base: "http://{{ aw_server_public_host }}:5610"
|
|
aw_worktime_timezone: "Europe/Moscow"
|
|
aw_worktime_influx_enabled: true
|
|
aw_worktime_influx_url: "http://192.0.2.10:8086"
|
|
aw_worktime_influx_org: "proxmox"
|
|
aw_worktime_influx_bucket: "aw_metrics"
|
|
aw_worktime_influx_hosts: "HOST-EXAMPLE"
|
|
aw_worktime_influx_days: "today,yesterday"
|
|
aw_worktime_influx_token: "{{ lookup('env', 'AW_WORKTIME_INFLUX_TOKEN') }}"
|
|
aw_worktime_management_history_dir: "{{ aw_server_data_dir }}/worktime-management-history"
|
|
aw_worktime_management_history_days: 31
|
|
aw_worktime_management_history_retention_days: 120
|
|
aw_worktime_manager_overload_coverage_pct: 115
|
|
aw_worktime_manager_trend_min_points: 3
|
|
aw_worktime_manager_trend_delta_pct: 10
|
|
aw_worktime_manager_off_hours_threshold_seconds: 1800
|
|
aw_worktime_interpretation_policy_path: "/etc/activitywatch/worktime-interpretation-policy.json"
|
|
aw_dlp_influx_enabled: true
|
|
aw_dlp_influx_url: "http://192.0.2.10:8086"
|
|
aw_dlp_influx_org: "proxmox"
|
|
aw_dlp_influx_bucket: "aw_metrics"
|
|
aw_dlp_influx_hosts: "HOST-EXAMPLE"
|
|
aw_dlp_influx_lookback_days: 30
|
|
aw_dlp_influx_event_limit: 2000
|
|
aw_dlp_influx_token: "{{ lookup('env', 'AW_DLP_INFLUX_TOKEN') }}"
|
|
aw_monitored_windows_host: "198.51.100.18"
|
|
aw_monitored_windows_hostname: "HOST-EXAMPLE"
|
|
aw_worktime_host: "{{ aw_monitored_windows_hostname }}"
|
|
aw_rus_health_worktime_api_base: "http://127.0.0.1:5610"
|
|
aw_rus_health_state_dir: "{{ aw_server_data_dir }}/health"
|
|
aw_rus_health_validation_dir: "{{ aw_rus_health_state_dir }}/windows-validation"
|
|
aw_hayabusa_auto_case_enabled: true
|
|
aw_hayabusa_auto_case_min_severity: "medium"
|
|
aw_hayabusa_telegram_enabled: true
|
|
aw_hayabusa_telegram_min_severity: "high"
|
|
aw_hayabusa_telegram_bot_token: ""
|
|
aw_hayabusa_telegram_chat_ids: ""
|
|
|
|
aw_repo_root: "/mnt/usb_hdd2/Projects/ActivityWatch-Russian"
|
|
|
|
aw_server_cors_origins:
|
|
- "http://127.0.0.1:5600"
|
|
- "http://localhost:5600"
|
|
- "http://{{ aw_server_public_host }}:5600"
|
|
- "http://aw-server:5600"
|
|
- "http://snb-live:5600"
|
|
|
|
aw_apply_worktime_settings: true
|
|
|
|
aw_dlp_ioc_enabled: true
|
|
aw_dlp_ioc_workdir: "/opt/activitywatch/dlp-ioc"
|
|
aw_dlp_ioc_rules_zip_url: "https://github.com/Yamato-Security/hayabusa-rules/archive/refs/heads/main.zip"
|
|
aw_dlp_ioc_refresh_on_boot_sec: "5min"
|
|
aw_dlp_ioc_refresh_interval: "6h"
|
|
aw_dlp_policy_engine_enabled: true
|
|
aw_dlp_policy_engine_bind_host: "0.0.0.0"
|
|
aw_dlp_policy_engine_port: 5601
|
|
aw_dlp_policy_engine_db_path: "{{ aw_server_data_dir }}/dlp-policy-engine.sqlite"
|
|
aw_dlp_content_analysis_enabled: true
|
|
aw_dlp_integrations_enabled: true
|
|
aw_dlp_case_management_enabled: true
|
|
aw_dlp_case_bind_host: "0.0.0.0"
|
|
aw_dlp_case_port: 5602
|
|
aw_dlp_case_db_path: "/opt/activitywatch/dlp-case-management/cases.db"
|
|
aw_dlp_compliance_enabled: true
|
|
aw_dlp_compliance_report_dir: "/opt/activitywatch/dlp-compliance/reports"
|
|
aw_dlp_compliance_template_path: "/opt/activitywatch/dlp-compliance/templates/152-fz-report.html"
|
|
aw_server_post_deploy_health_check_enabled: true
|
|
|
|
aw_worktime_from: "00:00"
|
|
aw_worktime_to: "17:00"
|
|
aw_worktime_start_of_day: "{{ aw_worktime_from }}"
|
|
aw_server_always_active_pattern: "aw-watcher-window"
|
|
aw_server_landingpage: "/#/activity/HOST-EXAMPLE/view/"
|
|
aw_health_strict_fileops: 0
|