blob: 3016471de0c5211014abf15f2edc58ccbc5308af [file] [log] [blame]
---
- name: run config recipe {{ item.name }}
xostosca:
port={{ ui_port }}
username={{ bootstrap_user }}
password={{ bootstrap_password }}
recipe={{ lookup('file', item.yaml) }}
with_items: "{{ config_recipes | default([]) }}"