Zack Williams | a1f5508 | 2017-02-28 22:41:36 -0700 | [diff] [blame] | 1 | --- |
2 | # opencloud-in-a-box-playbook.yml | ||||
3 | # configures host for running the OpenCloud-in-a-Box | ||||
4 | |||||
5 | - name: Include vars | ||||
6 | hosts: localhost | ||||
7 | tasks: | ||||
8 | - name: Include vars | ||||
9 | include_vars: "../config/opencloud_in_a_box.yaml" | ||||
10 | |||||
11 | - name: Configure libvirt networks | ||||
12 | hosts: localhost | ||||
13 | roles: | ||||
14 | - virt-nets | ||||
15 |