first test disk service pipeline

This commit is contained in:
2025-10-26 14:04:42 -07:00
parent d71bb9b6d7
commit 8411578068
10 changed files with 193 additions and 11 deletions

View File

@ -0,0 +1,13 @@
---
#python_venv: "C:\Python39\Scripts"
cosmos_root_folder: "C:\programdata\cosmos"
python_service_root: "{{ cosmos_root_folder }}\python"
python_venv: "{{python_service_root}}\disk_api"
nssm_folder: "{{ cosmos_root_folder }}\nssm"
...