077dc49e40
- create plugin roles folder with tasks required only by the plugin - remove unused roles from tobiko roles folder - link tobiko roles one by one to plugin roles folder Change-Id: If74642f04b451cffc61c55560cd5004db14475ae
15 lines
240 B
YAML
15 lines
240 B
YAML
---
|
|
|
|
- hosts: 'localhost'
|
|
roles:
|
|
- role: tobiko-ir-init
|
|
|
|
|
|
- hosts: >
|
|
{{ test_host |
|
|
default(hostvars.localhost.test_host) |
|
|
default('localhost') }}
|
|
gather_facts: yes
|
|
tasks:
|
|
- include_role: name=tobiko-ir-run
|