blob: 87051a086d9fdb1baafc867976a72cf1f74eac96 [file] [log] [blame]
Zack Williams8625d042016-02-26 14:32:43 -07001---
2# aztest playbook, for installing OpenCloud
3
4- hosts: head
Zack Williams8625d042016-02-26 14:32:43 -07005 roles:
Zack Williams9cdf8622016-02-26 22:42:50 -07006 - { role: common-prep, become: yes }
7 - { role: head-prep, become: yes }
8 - create-vms
9 - juju-user-prep
10 - juju-setup
Zack Williams8625d042016-02-26 14:32:43 -070011
12- hosts: compute
13 become: yes
14 roles:
Zack Williams9cdf8622016-02-26 22:42:50 -070015 - { role: common-prep, become: yes }
16 - { role: compute-prep, become: yes }
Zack Williams8625d042016-02-26 14:32:43 -070017