%PDF- %PDF-
| Direktori : /proc/20769/root/etc/ansible/roles/common/templates/ |
| Current File : //proc/20769/root/etc/ansible/roles/common/templates/hosts.j2 |
{% for host in groups['bitrix-hosts'] %}
# ANSIBLE MANAGED BLOCK {{ host }}; DON'T insert your record after this comment!!!
{% if hostvars[host].bx_host is defined %}
{{ hostvars[host].bx_netaddr }} {{ host }} {{ hostvars[host].bx_host }}
{% else %}
{{ hostvars[host].bx_netaddr }} {{ host }}
{% endif %}
{% endfor %}