Commit 7bc0b485 authored by BO ZHANG's avatar BO ZHANG 🏀
Browse files

chore: 更新 CSU 部署配置中的 Ansible 连接方式

parent 33807940
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
[master]
# Replace with your actual master node IP or hostname
csu-master ansible_host=192.168.25.90 ansible_user=root
csu-master ansible_host=192.168.25.90 ansible_connection=local ansible_user=root

[worker]
# Add one worker node per line
# e.g., csu-worker1 ansible_host=192.168.25.19 ansible_user=root deploy_dir=/opt/csst-airflow-worker1 worker_concurrency=16
csu-worker1 ansible_host=192.168.25.14 ansible_user=root deploy_dir=/opt/csst-airflow-worker1 worker_concurrency=32
csu-worker1 ansible_host=192.168.25.14 ansible_connection=ssh ansible_user=root deploy_dir=/opt/csst-airflow-worker1 worker_concurrency=32
# csu-worker2 ansible_host=192.168.25.15 ansible_user=root deploy_dir=/opt/csst-airflow-worker2 worker_concurrency=32

[all:vars]