This playbook is meant to be pointed at a freshly reimaged node to
ensure that it's setup to be managed by ansible and provisioned
according to its defined role in the inventory.
Signed-off-by: Andrew Schoen <aschoen@redhat.com>
--- /dev/null
+---
+# ensure the node is setup to be managed by ansible
+# eventually, most of the things here will be done by
+# cobbler / downburst / cloud-init.
+- include: ansible_managed.yml
+
+# if this node is in the testnode group, configure it
+- include: testnodes.yml
+
+# if this node is in the cobbler group, configure it
+- include: cobbler.yml