Role conversion of playbooks
diff --git a/aztest.yml b/aztest.yml
new file mode 100644
index 0000000..81239c8
--- /dev/null
+++ b/aztest.yml
@@ -0,0 +1,16 @@
+---
+# aztest playbook, for installing OpenCloud
+
+- hosts: head
+  become: yes
+  roles:
+    #    - common-prep
+    - head-prep
+    - create-vms
+
+- hosts: compute
+  become: yes
+  roles:
+    #    - common-prep
+    - compute-prep
+