So far, it only depends on the sudo and users roles. The playbook also
runs the common role.
Signed-off-by: Zack Cerza <zack@redhat.com>
# cobbler / downburst / cloud-init.
- include: ansible_managed.yml
+# if this node is in the teuthology group, configure it
+- include: teuthology.yml
+
# if this node is in the testnode group, configure it
- include: testnodes.yml
--- /dev/null
+---
+dependencies:
+ - role: sudo
+ - role: users
--- /dev/null
+---
+- hosts: teuthology
+ roles:
+ - common
+ - teuthology