blob: e4238f16b29c3782ec974f0e9c084562676bbf35 [file] [log] [blame]
Zack Williams8625d042016-02-26 14:32:43 -07001---
2# aztest playbook, for installing OpenCloud
3
4- hosts: head
5 become: yes
6 roles:
Zack Williams573bafc2016-02-26 16:35:42 -07007 - common-prep
Zack Williams8625d042016-02-26 14:32:43 -07008 - head-prep
Zack Williams573bafc2016-02-26 16:35:42 -07009 - { become: no, role: create-vms }
10 - { beocme: no, role: juju-user-prep }
11 - { become: no, role: juju }
Zack Williams8625d042016-02-26 14:32:43 -070012
13- hosts: compute
14 become: yes
15 roles:
Zack Williams573bafc2016-02-26 16:35:42 -070016 - common-prep
17 - head-prep
Zack Williams8625d042016-02-26 14:32:43 -070018