--- # This file and plugin.spec are required by Infrared project - hosts: "{{ test.openstack_node }}" tasks: - name: Remap infrared parameters to role variables set_fact: "{{ item.key }}": "{{ item.value }}" with_dict: "{{ test }}" - name: ansible-role-refstack-client include_role: name: ansible-role-refstack-client