Scott Baker | f93a06c | 2016-07-11 17:04:49 -0700 | [diff] [blame^] | 1 | --- |
2 | |||||
3 | - name: run config recipe {{ item.name }} | ||||
4 | xostosca: | ||||
5 | port={{ ui_port }} | ||||
6 | username={{ bootstrap_user }} | ||||
7 | password={{ bootstrap_password }} | ||||
8 | recipe={{ lookup('file', item.yaml) }} | ||||
9 | with_items: "{{ config_recipes | default([]) }}" |