20 lines
531 B
YAML
20 lines
531 B
YAML
# 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"
|