blob: 0b469b0ca4f0470eee1b116316cb2755a0aca2e6 [file] [log] [blame]
Zack Williamsa1f55082017-02-28 22:41:36 -07001---
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