b2bd953ec2
Adds openstack-tox-linters job and edits the source code so that it complies with the ansible and yaml lint. Also creates requirements files, setup.* files and tox.ini one according the other ansible-role-* projects. Change-Id: If538c081a9f0f462714381baab002de5b403fde0
15 lines
344 B
YAML
15 lines
344 B
YAML
---
|
|
# This file and plugin.spec are required by Infrared project
|
|
|
|
- hosts: tester
|
|
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
|