ansible-role-refstack-client/infrared_plugin/main.yml
Martin Kopec acef3bf37b Add openstack_node option
The option allows user to customize the node the role will
be executed on.

Change-Id: I3ff7676741cb4f2432bc6b80bd29907d1fb633e0
2022-01-28 13:11:33 +00:00

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