10 lines
227 B
Django/Jinja
10 lines
227 B
Django/Jinja
# SPDX-License-Identifier: MIT
|
|
#
|
|
# Example of a template of configuration file
|
|
#
|
|
{{ ansible_managed | comment }}
|
|
{{ "system_role:aide" | comment(prefix="", postfix="") }}
|
|
[foo]
|
|
foo = {{ template_foo }}
|
|
bar = {{ template_bar }}
|