27 lines
587 B
YAML
27 lines
587 B
YAML
# Worker server specific variables
|
|
hostname: "dl-worker-001"
|
|
service_role: "worker"
|
|
|
|
# Master server connection
|
|
master_host_ip: "89.253.223.97"
|
|
redis_host: "89.253.223.97"
|
|
|
|
# Ports
|
|
ytdlp_base_port: 9090
|
|
envoy_port: 9080
|
|
envoy_admin_port: 9901
|
|
management_service_port: 9091
|
|
|
|
# Camoufox configuration
|
|
camoufox_proxies: "socks5://172.17.0.1:1087"
|
|
camoufox_base_vnc_port: 5901
|
|
vnc_password: "vnc_pwd_Z5xW8cV2bN4mP7lK"
|
|
|
|
# Account management
|
|
account_active_duration_min: 7
|
|
account_cooldown_duration_min: 30
|
|
|
|
# Server identity
|
|
server_identity: "ytdlp-ops-service-worker"
|
|
ansible_user: "alex_p"
|