-
Type: Task
-
Resolution: Done
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
2
-
Storage Engines - 2023-01-10
We can set values used by fabfile.py in a configuration file. Move the global value testy_config from fabfile.py to a local fabric.yml file:
testy_config: ".testy"
We can then access this value in the fabfile functions via c.testy_config.