{% for h in groups['steel'] %}
Host {{ hostvars[h].ansible_ssh_host.split(".")[3] }}
    User steel
    Hostname {{ hostvars[h].ansible_ssh_host }}
    Port {{ hostvars[h].ansible_ssh_port }}
{% endfor %}