Lab_Instance first clones your Repo and then automatically loads certain files based on a known file
structure.
.Directory_Structure
[source,bash]
----
swarmlab/
├── run
├── runafter
└── runbefore
----
===== runbefore
Lab_Instance dependencies. "runbefore" allows you to automatically pull-in other dependencies when using a Lab_Instance. This file should contain a list of tasks and parameters to insert before the specified repos are executed on Lab_Instance.
===== run
Contains the main list of tasks to be executed by the Lab_Instance.
===== runafter
Lab_Instances is the machanism that allows you to to permanently save your data.
Lab_Instances are mortal, and it’s pretty much routine them to be stoped and deleted.
If you have something like a data/log file that needs to be saved then at this point make sure to back it up!
[NOTE]
====
You can use any Script Programming Language you want to automate the