13 lines
No EOL
453 B
HTML
13 lines
No EOL
453 B
HTML
<h1>Example with mandatory variables not filled in</h1>
|
|
|
|
<pre>---
|
|
rougail: # Rougail
|
|
variable1: '111' # A port variable</pre>
|
|
|
|
<h1>Example with all variables modifiable</h1>
|
|
|
|
<pre>---
|
|
rougail: # Rougail
|
|
variable1: '111' # A port variable
|
|
variable2: '8080' # A port variable with default value
|
|
variable3: '8080' # A port variable with integer default value</pre> |