--- ironic_url: "http://localhost:6385/" nginx_port: 8080 # Default network interface that bifrost will be attached to. network_interface: "virbr0" ans_network_interface: "{{ network_interface | replace('-', '_') }}" ipa_kernel_url: "http://{{ hostvars[inventory_hostname]['ansible_' + ans_network_interface]['ipv4']['address'] }}:{{nginx_port}}/ipa.vmlinuz" ipa_ramdisk_url: "http://{{ hostvars[inventory_hostname]['ansible_' + ans_network_interface]['ipv4']['address'] }}:{{nginx_port}}/ipa.initramfs"