Jobs templates are saved in salt-master configuration and adding a new template will change the salt-master configuration formatting and will strip comments. See
the documentation for more details.
Template name |
Description |
Target |
Function |
Latest runs |
Launch template job |
{% for template_name, template in templates.items() %}
{{ template_name }} |
{{ template.description }} |
{{ template.tgt }} |
{{ template.fun }} |
|
Launch now |
{% endfor %}
{% endblock %}
{% block scripts %}
{% endblock %}