Dedicated file
Dedicated file that store the variables and their values. The file can be of any extension. Automatiqal
will read it as an text file.
The structure of the file is simple:
- each variable definition on new line
variable-name=variableValue
Example:
1 2 3 4 5 6 7 8 9 10 11 |
|
In order to use the file:
automatiqal --file runbook.yaml --variables path\to\my-variables.txt
automatiqal --file runbook.yaml --var path\to\my-variables.txt
automatiqal --file runbook.yaml -v path\to\my-variables.txt