SAY ***************************************** SAY ** {% if (ansible_play_hosts_all | length) == 1 %} DEFAULT {{ install_hostname }} SAY ** will be booting automated installer for {{ install_hostname }} in 10s ... TIMEOUT 100 {% else %} SAY ** Please select host to install: SAY ** {% for host in ansible_play_hosts_all %} SAY ** -> {{ host }} {% endfor %} {% endif %} SAY ** PROMPT 1 {% for host in ansible_play_hosts_all %} LABEL {{ host }} KERNEL {{ syslinux_base_path }}linux INITRD {{ syslinux_base_path }}initrd.{{ host }}.gz APPEND install {{ (hostvars[host].install_cooked.kernel_cmdline | default([])) | join(' ') }} {% endfor %}