acef3bf37b
The option allows user to customize the node the role will be executed on. Change-Id: I3ff7676741cb4f2432bc6b80bd29907d1fb633e0
15 lines
365 B
YAML
15 lines
365 B
YAML
---
|
|
# 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
|