first test disk service pipeline
This commit is contained in:
13
roles/storage_api/defaults/main.yaml
Normal file
13
roles/storage_api/defaults/main.yaml
Normal 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"
|
||||
|
||||
...
|
||||
Reference in New Issue
Block a user