Files
ansible-role-aide/templates/foo.conf.j2
T
2024-11-12 11:15:10 +01:00

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 }}