bachelor-thesis/infrastructure/ansible/roles/common/templates/hosts_block.j2

7 lines
186 B
Django/Jinja

127.0.0.1 localhost
# Automatisch generiert aus host_config
{% for hostname, config in configs.host_config.items() %}
{{ config.ip }} {{ config.hostname }} {{ hostname }}
{% endfor %}