yt-dlp-dags/tools/host_vars/dl-master.yml

20 lines
531 B
YAML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Master server specific variables
hostname: "dl-master"
service_role: "management"
# Ports
ytdlp_base_port: 9090
management_service_port: 9091
# Redis / Postgres run on the master itself
redis_host: "localhost"
# All secrets live in vault only the master needs them
# These will be replaced with encrypted values
redis_password: "rOhTAIlTFFylXsjhqwxnYxDChFc"
postgres_password: "pgdb_pwd_A7bC2xY9zE1wV5uP"
airflow_admin_password: "2r234sdfrt3q454arq45q355"
server_identity: "ytdlp-ops-service-mgmt"
ansible_user: "alex_p"