tobiko/infrared_plugin/main.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