7 lines
208 B
YAML
7 lines
208 B
YAML
- name: Run Azurue VM tests in parallel
|
|
hosts: all
|
|
gather_facts: no
|
|
strategy: free
|
|
tasks:
|
|
- name: Include tasks based on inventory hostname
|
|
include_tasks: tasks/{{ inventory_hostname }}.yml
|