3 lines
202 B
Django/Jinja
3 lines
202 B
Django/Jinja
{% for host in hostvars[inventory_hostname]['hosts_to_backup'] %}
|
|
{{ host.hostname }};/opt/backup/config/{{ host.hostname }}_includes.txt;/opt/backup/config/{{ host.hostname }}_excludes.txt
|
|
{% endfor %} |