--- - hosts: localhost name: "Install Ironic on the local host." connection: local sudo: yes gather_facts: yes roles: - { role: bifrost-prep-for-install, when: skip_install is not defined } - ironic-install environment: http_proxy: "{{ lookup('env','http_proxy') }}" https_proxy: "{{ lookup('env','https_proxy') }}"