Commit d7b9614b authored by BO ZHANG's avatar BO ZHANG 🏀
Browse files

chore: 忽略生成的 Ansible 变量解析文件

parent 9dcf1b72
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -59,3 +59,6 @@ tmp/
# External files
external/
data/

# Generated during Ansible variable import
docker-celery-3.0.5/deploy_configs/**/variables_parsed.json
+0 −1
Original line number Diff line number Diff line
{"dfs": {"gateway": "10.80.1.22:28000", "token": "eyJhbGci...", "timeout": 30}, "ccds": {"server_url": "http://ccds-server:9000", "mode": "remote", "path": "/opt/csst-airflow/ccds_cache"}, "oss": {"endpoint_url": "http://10.80.1.10:9000", "access_key": "admin", "secret_key": "password", "bucket": "csst-data", "region": "us-east-1"}, "dag": {"default_retry_delay": 300, "max_active_runs": 5}}
 No newline at end of file