-
Type:
Task
-
Resolution: Done
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
Storage Engines - 2023-01-10
-
2
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.